Html Css Color HEX #70490E Raw Umber

📋 copy color: '#70490E'

red 112 ◦ green 73 ◦ blue 14

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

Shades of Raw Umber #70490E

Tints of Raw Umber #70490E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.68%

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

R = 56.28%
G = 36.68%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70490E (or 0x70490E) is known color: Raw Umber. HEX triplet: 70, 49 and 0E. RGB value is (112,73,14). Sum of RGB (Red+Green+Blue) = 112+73+14=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #70490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70490E is #8FB6F1. Grayscale: #4E4E4E. Windows color (decimal): -9418482 or 936304. OLE color: 936304.

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

Color convert

RGB 112 73 14 -
CMYK 0 0.35 0.88 0.56
HSL 36.12º 0.78% 0.25% -
HSV(B) 36.12º 0.88% 0.44% -
XYZ 9.14 8.24 1.52 -
YUV 77.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 112 73 14 0 0.35 0.88 0.56 36.12 0.78 0.25
Hex 70 49 E 0 23 58 38 24 4E 19
Octal 160 111 16 0 43 130 70 44 116 31
Binary 1110000 1001001 1110 0 100011 1011000 111000 100100 1001110 11001

Color Harmonies of #70490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70490E

Black with #70490E

Text Example


Text Example

White with #70490E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70490E;
 }
 .AnyTagClassName
 {
   color: #70490E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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