#704E11

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

Shades of Raw Umber #704E11

Tints of Raw Umber #704E11

Color information

#704E11 (or 0x704E11) is unknown color: approx Raw Umber. HEX triplet: 70, 4E and 11. RGB value is (112,78,17). Sum of RGB (Red+Green+Blue) = 112+78+17=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #704E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704E11 is #8FB1EE. Grayscale: #515151. Windows color (decimal): -9417199 or 1134192. OLE color: 1134192.

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

Color convert

RGB1127817-
CMYK00.300.850.56
HSL38.53º73.64%25.29%-
HSV(B)38.53º84.82%43.92%-
XYZ9.518.931.75-
YUV81.2191.76149.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 78 (30.86% from 255) = 37.68%
BLUE value IS 17 (7.03% from 255) = 8.21%
R=54.11%
G=37.68%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112781700.300.850.5638.5373.6425.29
Hex704E1101E5538274a19
Octal16011621036125704711231
Binary11100001001110100010111101010101111000100111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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