#705011

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

Shades of Raw Umber #705011

Tints of Raw Umber #705011

Color information

#705011 (or 0x705011) is unknown color: approx Raw Umber. HEX triplet: 70, 50 and 11. RGB value is (112,80,17). Sum of RGB (Red+Green+Blue) = 112+80+17=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #705011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705011 is #8FAFEE. Grayscale: #525252. Windows color (decimal): -9416687 or 1134704. OLE color: 1134704.

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

Color convert

RGB1128017-
CMYK00.290.850.56
HSL39.79º73.64%25.29%-
HSV(B)39.79º84.82%43.92%-
XYZ9.659.221.8-
YUV82.3991.1149.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 17 (7.03% from 255) = 8.13%
R=53.59%
G=38.28%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112801700.290.850.5639.7973.6425.29
Hex70501101D5538284a19
Octal16012021035125705011231
Binary11100001010000100010111011010101111000101000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705011; }

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

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

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

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

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

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

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

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