#70590E

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

Shades of Raw Umber #70590E

Tints of Raw Umber #70590E

Color information

#70590E (or 0x70590E) is unknown color: approx Raw Umber. HEX triplet: 70, 59 and 0E. RGB value is (112,89,14). Sum of RGB (Red+Green+Blue) = 112+89+14=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #70590E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70590E is #8FA6F1. Grayscale: #575757. Windows color (decimal): -9414386 or 940400. OLE color: 940400.

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

Color convert

RGB1128914-
CMYK00.210.880.56
HSL45.92º77.78%24.71%-
HSV(B)45.92º87.5%43.92%-
XYZ10.3310.621.92-
YUV87.3386.62145.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 89 (35.16% from 255) = 41.40%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=52.09%
G=41.40%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112891400.210.880.5645.9277.7824.71
Hex7059E01558382e4e19
Octal16013116025130705611631
Binary1110000101100111100101011011000111000101110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70590E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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