Html Css Color HEX #70590E Raw Umber

📋 copy color: '#70590E'

red 112 ◦ green 89 ◦ blue 14

#70590E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #70590E

Tints of Raw Umber #70590E

RGB

 RED value IS 112 (44.14% from 255) = 52.09%

 GREEN value IS 89 (35.16% from 255) = 41.4%

 BLUE value IS 14 (5.86% from 255) = 6.51%

R = 52.09%
G = 41.4%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70590E (or 0x70590E) is known color: 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

RGB 112 89 14 -
CMYK 0 0.21 0.88 0.56
HSL 45.92º 0.78% 0.25% -
HSV(B) 45.92º 0.88% 0.44% -
XYZ 10.33 10.62 1.92 -
YUV 87.33 86.62 145.6 -
System Red Green Blue C M Y K H S L
Decimal 112 89 14 0 0.21 0.88 0.56 45.92 0.78 0.25
Hex 70 59 E 0 15 58 38 2E 4E 19
Octal 160 131 16 0 25 130 70 56 116 31
Binary 1110000 1011001 1110 0 10101 1011000 111000 101110 1001110 11001

Color Harmonies of #70590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70590E

Black with #70590E

Text Example


Text Example

White with #70590E

Text Example


Text Example

HTML Codes & Css Web 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>