#704211

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

Shades of Raw Umber #704211

Tints of Raw Umber #704211

Color information

#704211 (or 0x704211) is unknown color: approx Raw Umber. HEX triplet: 70, 42 and 11. RGB value is (112,66,17). Sum of RGB (Red+Green+Blue) = 112+66+17=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #704211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704211 is #8FBDEE. Grayscale: #4A4A4A. Windows color (decimal): -9420271 or 1131120. OLE color: 1131120.

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

Color convert

RGB1126617-
CMYK00.410.850.56
HSL30.95º73.64%25.29%-
HSV(B)30.95º84.82%43.92%-
XYZ8.737.381.49-
YUV74.1795.74154.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=57.44%
G=33.85%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112661700.410.850.5630.9573.6425.29
Hex70421102955381f4a19
Octal16010221051125703711231
Binary11100001000010100010101001101010111100011111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704211; }

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

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

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

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

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

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

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

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