#70440A

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

Shades of Raw Umber #70440A

Tints of Raw Umber #70440A

Color information

#70440A (or 0x70440A) is unknown color: approx Raw Umber. HEX triplet: 70, 44 and 0A. RGB value is (112,68,10). Sum of RGB (Red+Green+Blue) = 112+68+10=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70440A is #8FBBF5. Grayscale: #4A4A4A. Windows color (decimal): -9419766 or 672880. OLE color: 672880.

HSL color Cylindrical-coordinate representation of color #70440A: hue angle of 34.12º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70440A is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1126810-
CMYK00.390.910.56
HSL34.12º83.61%23.92%-
HSV(B)34.12º91.07%43.92%-
XYZ8.87.61.29-
YUV74.5491.58154.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 10 (4.30% from 255) = 5.26%
R=58.95%
G=35.79%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112681000.390.910.5634.1283.6123.92
Hex7044A0275B38225418
Octal16010412047133704212430
Binary11100001000100101001001111011011111000100010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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