#70420D

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

Shades of Raw Umber #70420D

Tints of Raw Umber #70420D

Color information

#70420D (or 0x70420D) is unknown color: approx Raw Umber. HEX triplet: 70, 42 and 0D. RGB value is (112,66,13). Sum of RGB (Red+Green+Blue) = 112+66+13=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70420D is #8FBDF2. Grayscale: #494949. Windows color (decimal): -9420275 or 868976. OLE color: 868976.

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

Color convert

RGB1126613-
CMYK00.410.880.56
HSL32.12º79.2%24.51%-
HSV(B)32.12º88.39%43.92%-
XYZ8.77.371.34-
YUV73.7193.74155.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 13 (5.47% from 255) = 6.81%
R=58.64%
G=34.55%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112661300.410.880.5632.1279.224.51
Hex7042D0295838204f19
Octal16010215051130704011731
Binary11100001000010110101010011011000111000100000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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