#704011

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

Shades of Raw Umber #704011

Tints of Raw Umber #704011

Color information

#704011 (or 0x704011) is unknown color: approx Raw Umber. HEX triplet: 70, 40 and 11. RGB value is (112,64,17). Sum of RGB (Red+Green+Blue) = 112+64+17=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #704011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704011 is #8FBFEE. Grayscale: #494949. Windows color (decimal): -9420783 or 1130608. OLE color: 1130608.

HSL color Cylindrical-coordinate representation of color #704011: hue angle of 29.68º 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 #704011 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1126417-
CMYK00.430.850.56
HSL29.68º73.64%25.29%-
HSV(B)29.68º84.82%43.92%-
XYZ8.627.151.46-
YUV72.9996.4155.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=58.03%
G=33.16%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112641700.430.850.5629.6873.6425.29
Hex70401102B55381e4a19
Octal16010021053125703611231
Binary11100001000000100010101011101010111100011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704011; }

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

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

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

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

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

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

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

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