#70420f

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

Shades of Raw Umber #70420F

Tints of Raw Umber #70420F

Color information

#70420F (or 0x70420F) is unknown color: approx Raw Umber. HEX triplet: 70, 42 and 0F. RGB value is (112,66,15). Sum of RGB (Red+Green+Blue) = 112+66+15=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70420F is #8FBDF0. Grayscale: #4A4A4A. Windows color (decimal): -9420273 or 1000048. OLE color: 1000048.

HSL color Cylindrical-coordinate representation of color #70420F: hue angle of 31.55º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70420F is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1126615-
CMYK00.410.870.56
HSL31.55º76.38%24.9%-
HSV(B)31.55º86.61%43.92%-
XYZ8.727.381.42-
YUV73.9494.74155.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 15 (6.25% from 255) = 7.77%
R=58.03%
G=34.20%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112661500.410.870.5631.5576.3824.9
Hex7042F0295738204c19
Octal16010217051127704011431
Binary11100001000010111101010011010111111000100000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70420f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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