#704D0A

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

Shades of Raw Umber #704D0A

Tints of Raw Umber #704D0A

Color information

#704D0A (or 0x704D0A) is unknown color: approx Raw Umber. HEX triplet: 70, 4D and 0A. RGB value is (112,77,10). Sum of RGB (Red+Green+Blue) = 112+77+10=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #704D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D0A is #8FB2F5. Grayscale: #505050. Windows color (decimal): -9417462 or 675184. OLE color: 675184.

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

Color convert

RGB1127710-
CMYK00.310.910.56
HSL39.41º83.61%23.92%-
HSV(B)39.41º91.07%43.92%-
XYZ9.398.771.49-
YUV79.8388.6150.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=56.28%
G=38.69%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112771000.310.910.5639.4183.6123.92
Hex704DA01F5B38275418
Octal16011512037133704712430
Binary1110000100110110100111111011011111000100111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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