#704E08

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

Shades of Raw Umber #704E08

Tints of Raw Umber #704E08

Color information

#704E08 (or 0x704E08) is unknown color: approx Raw Umber. HEX triplet: 70, 4E and 08. RGB value is (112,78,8). Sum of RGB (Red+Green+Blue) = 112+78+8=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #704E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704E08 is #8FB1F7. Grayscale: #505050. Windows color (decimal): -9417208 or 544368. OLE color: 544368.

HSL color Cylindrical-coordinate representation of color #704E08: hue angle of 40.38º 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 #704E08 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB112788-
CMYK00.300.930.56
HSL40.38º86.67%23.53%-
HSV(B)40.38º92.86%43.92%-
XYZ9.458.911.45-
YUV80.1987.26150.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 78 (30.86% from 255) = 39.39%
BLUE value IS 8 (3.52% from 255) = 4.04%
R=56.57%
G=39.39%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11278800.300.930.5640.3886.6723.53
Hex704E801E5D38285718
Octal16011610036135705012730
Binary1110000100111010000111101011101111000101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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