#70420B

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

Shades of Raw Umber #70420B

Tints of Raw Umber #70420B

Color information

#70420B (or 0x70420B) is unknown color: approx Raw Umber. HEX triplet: 70, 42 and 0B. RGB value is (112,66,11). Sum of RGB (Red+Green+Blue) = 112+66+11=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70420B is #8FBDF4. Grayscale: #494949. Windows color (decimal): -9420277 or 737904. OLE color: 737904.

HSL color Cylindrical-coordinate representation of color #70420B: hue angle of 32.67º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70420B is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1126611-
CMYK00.410.900.56
HSL32.67º82.11%24.12%-
HSV(B)32.67º90.18%43.92%-
XYZ8.697.371.28-
YUV73.4892.74155.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=59.26%
G=34.92%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112661100.410.900.5632.6782.1124.12
Hex7042B0295A38215218
Octal16010213051132704112230
Binary11100001000010101101010011011010111000100001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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