#714916

Color #714916 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #714916

Tints of Raw Umber #714916

Color information

#714916 (or 0x714916) is unknown color: approx Raw Umber. HEX triplet: 71, 49 and 16. RGB value is (113,73,22). Sum of RGB (Red+Green+Blue) = 113+73+22=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #714916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714916 is #8EB6E9. Grayscale: #4F4F4F. Windows color (decimal): -9352938 or 1460593. OLE color: 1460593.

HSL color Cylindrical-coordinate representation of color #714916: hue angle of 33.63º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #714916 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1137322-
CMYK00.350.810.56
HSL33.63º67.41%26.47%-
HSV(B)33.63º80.53%44.31%-
XYZ9.348.331.88-
YUV79.1595.75152.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 54.33%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 22 (8.98% from 255) = 10.58%
R=54.33%
G=35.10%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113732200.350.810.5633.6367.4126.47
Hex714916023513822431a
Octal16111126043121704210332
Binary111000110010011011001000111010001111000100010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714916; }

 p { color: rgb(113,73,22); }

 H1.HeaderClassName
 {
   color: #714916;
 }
 .AnyTagClassName
 {
   color: #714916;
 }
</style>
background-color css

<style>
 a { background-color: #714916; }

 a { background-color: rgb(113,73,22); }

 div.DivClassName
 {
   background-color: #714916;
 }
 .BgClassName
 {
   background-color: #714916;
 }
</style>
border-color css

<style>
 span { border-color: #714916; }

 span { border-color: rgb(113,73,22); }

 td.TdClassName
 {
   border-color: #714916;
 }
 .TagClassName
 {
   border-color: #714916;
 }
</style>