#70440B

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

Shades of Raw Umber #70440B

Tints of Raw Umber #70440B

Color information

#70440B (or 0x70440B) is unknown color: approx Raw Umber. HEX triplet: 70, 44 and 0B. RGB value is (112,68,11). Sum of RGB (Red+Green+Blue) = 112+68+11=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70440B is #8FBBF4. Grayscale: #4A4A4A. Windows color (decimal): -9419765 or 738416. OLE color: 738416.

HSL color Cylindrical-coordinate representation of color #70440B: hue angle of 33.86º 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 #70440B is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1126811-
CMYK00.390.900.56
HSL33.86º82.11%24.12%-
HSV(B)33.86º90.18%43.92%-
XYZ8.817.61.32-
YUV74.6692.08154.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 11 (4.69% from 255) = 5.76%
R=58.64%
G=35.60%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112681100.390.900.5633.8682.1124.12
Hex7044B0275A38225218
Octal16010413047132704212230
Binary11100001000100101101001111011010111000100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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