#704B11

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

Shades of Raw Umber #704B11

Tints of Raw Umber #704B11

Color information

#704B11 (or 0x704B11) is unknown color: approx Raw Umber. HEX triplet: 70, 4B and 11. RGB value is (112,75,17). Sum of RGB (Red+Green+Blue) = 112+75+17=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #704B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704B11 is #8FB4EE. Grayscale: #4F4F4F. Windows color (decimal): -9417967 or 1133424. OLE color: 1133424.

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

Color convert

RGB1127517-
CMYK00.330.850.56
HSL36.63º73.64%25.29%-
HSV(B)36.63º84.82%43.92%-
XYZ9.38.521.68-
YUV79.4592.76151.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 17 (7.03% from 255) = 8.33%
R=54.90%
G=36.76%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112751700.330.850.5636.6373.6425.29
Hex704B110215538254a19
Octal16011321041125704511231
Binary111000010010111000101000011010101111000100101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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