Html Css Color HEX #70490B Raw Umber

📋 copy color: '#70490B'

red 112 ◦ green 73 ◦ blue 11

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

Shades of Raw Umber #70490B

Tints of Raw Umber #70490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.61%

R = 57.14%
G = 37.24%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70490B (or 0x70490B) is known color: Raw Umber. HEX triplet: 70, 49 and 0B. RGB value is (112,73,11). Sum of RGB (Red+Green+Blue) = 112+73+11=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70490B is #8FB6F4. Grayscale: #4D4D4D. Windows color (decimal): -9418485 or 739696. OLE color: 739696.

HSL color Cylindrical-coordinate representation of color #70490B: hue angle of 36.83º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70490B is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 11 -
CMYK 0 0.35 0.90 0.56
HSL 36.83º 0.82% 0.24% -
HSV(B) 36.83º 0.9% 0.44% -
XYZ 9.13 8.23 1.42 -
YUV 77.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 112 73 11 0 0.35 0.90 0.56 36.83 0.82 0.24
Hex 70 49 B 0 23 5A 38 25 52 18
Octal 160 111 13 0 43 132 70 45 122 30
Binary 1110000 1001001 1011 0 100011 1011010 111000 100101 1010010 11000

Color Harmonies of #70490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70490B

Black with #70490B

Text Example


Text Example

White with #70490B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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