#704E14

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

Shades of Raw Umber #704E14

Tints of Raw Umber #704E14

Color information

#704E14 (or 0x704E14) is unknown color: approx Raw Umber. HEX triplet: 70, 4E and 14. RGB value is (112,78,20). Sum of RGB (Red+Green+Blue) = 112+78+20=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #704E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704E14 is #8FB1EB. Grayscale: #515151. Windows color (decimal): -9417196 or 1330800. OLE color: 1330800.

HSL color Cylindrical-coordinate representation of color #704E14: hue angle of 37.83º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #704E14 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1127820-
CMYK00.300.820.56
HSL37.83º69.7%25.88%-
HSV(B)37.83º82.14%43.92%-
XYZ9.538.941.89-
YUV81.5593.26149.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=53.33%
G=37.14%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112782000.300.820.5637.8369.725.88
Hex704E1401E523826461a
Octal16011624036122704610632
Binary11100001001110101000111101010010111000100110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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