#704D08

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

Shades of Raw Umber #704D08

Tints of Raw Umber #704D08

Color information

#704D08 (or 0x704D08) is unknown color: approx Raw Umber. HEX triplet: 70, 4D and 08. RGB value is (112,77,8). Sum of RGB (Red+Green+Blue) = 112+77+8=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #704D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D08 is #8FB2F7. Grayscale: #4F4F4F. Windows color (decimal): -9417464 or 544112. OLE color: 544112.

HSL color Cylindrical-coordinate representation of color #704D08: hue angle of 39.81º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #704D08 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB112778-
CMYK00.310.930.56
HSL39.81º86.67%23.53%-
HSV(B)39.81º92.86%43.92%-
XYZ9.388.771.43-
YUV79.687.6151.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 8 (3.52% from 255) = 4.06%
R=56.85%
G=39.09%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11277800.310.930.5639.8186.6723.53
Hex704D801F5D38285718
Octal16011510037135705012730
Binary1110000100110110000111111011101111000101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704D08; }

 p { color: rgb(112,77,8); }

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

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

 a { background-color: rgb(112,77,8); }

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

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

 span { border-color: rgb(112,77,8); }

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