#704917

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

Shades of Raw Umber #704917

Tints of Raw Umber #704917

Color information

#704917 (or 0x704917) is unknown color: approx Raw Umber. HEX triplet: 70, 49 and 17. RGB value is (112,73,23). Sum of RGB (Red+Green+Blue) = 112+73+23=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #704917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704917 is #8FB6E8. Grayscale: #4F4F4F. Windows color (decimal): -9418473 or 1526128. OLE color: 1526128.

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

Color convert

RGB1127323-
CMYK00.350.790.56
HSL33.71º65.93%26.47%-
HSV(B)33.71º79.46%43.92%-
XYZ9.228.271.92-
YUV78.9696.42151.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 23 (9.38% from 255) = 11.06%
R=53.85%
G=35.10%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112732300.350.790.5633.7165.9326.47
Hex7049170234F3822421a
Octal16011127043117704210232
Binary111000010010011011101000111001111111000100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704917; }

 p { color: rgb(112,73,23); }

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

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

 a { background-color: rgb(112,73,23); }

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

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

 span { border-color: rgb(112,73,23); }

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