#70440E

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

Shades of Raw Umber #70440E

Tints of Raw Umber #70440E

Color information

#70440E (or 0x70440E) is unknown color: approx Raw Umber. HEX triplet: 70, 44 and 0E. RGB value is (112,68,14). Sum of RGB (Red+Green+Blue) = 112+68+14=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70440E is #8FBBF1. Grayscale: #4B4B4B. Windows color (decimal): -9419762 or 935024. OLE color: 935024.

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

Color convert

RGB1126814-
CMYK00.390.880.56
HSL33.06º77.78%24.71%-
HSV(B)33.06º87.5%43.92%-
XYZ8.837.611.42-
YUV7593.58154.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=57.73%
G=35.05%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112681400.390.880.5633.0677.7824.71
Hex7044E0275838214e19
Octal16010416047130704111631
Binary11100001000100111001001111011000111000100001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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