#70520D

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

Shades of Raw Umber #70520D

Tints of Raw Umber #70520D

Color information

#70520D (or 0x70520D) is unknown color: approx Raw Umber. HEX triplet: 70, 52 and 0D. RGB value is (112,82,13). Sum of RGB (Red+Green+Blue) = 112+82+13=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70520D is #8FADF2. Grayscale: #535353. Windows color (decimal): -9416179 or 873072. OLE color: 873072.

HSL color Cylindrical-coordinate representation of color #70520D: hue angle of 41.82º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70520D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1128213-
CMYK00.270.880.56
HSL41.82º79.2%24.51%-
HSV(B)41.82º88.39%43.92%-
XYZ9.779.511.7-
YUV83.188.44148.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=54.11%
G=39.61%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112821300.270.880.5641.8279.224.51
Hex7052D01B58382a4f19
Octal16012215033130705211731
Binary1110000101001011010110111011000111000101010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70520D; }

 p { color: rgb(112,82,13); }

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

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

 a { background-color: rgb(112,82,13); }

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

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

 span { border-color: rgb(112,82,13); }

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