Html Css Color HEX #70490D Raw Umber

📋 copy color: '#70490D'

red 112 ◦ green 73 ◦ blue 13

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

Shades of Raw Umber #70490D

Tints of Raw Umber #70490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.57%

R = 56.57%
G = 36.87%
B = 6.57%

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

#70490D (or 0x70490D) is known color: Raw Umber. HEX triplet: 70, 49 and 0D. RGB value is (112,73,13). Sum of RGB (Red+Green+Blue) = 112+73+13=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #70490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70490D is #8FB6F2. Grayscale: #4E4E4E. Windows color (decimal): -9418483 or 870768. OLE color: 870768.

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

Color convert

RGB 112 73 13 -
CMYK 0 0.35 0.88 0.56
HSL 36.36º 0.79% 0.25% -
HSV(B) 36.36º 0.88% 0.44% -
XYZ 9.14 8.24 1.49 -
YUV 77.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 112 73 13 0 0.35 0.88 0.56 36.36 0.79 0.25
Hex 70 49 D 0 23 58 38 24 4F 19
Octal 160 111 15 0 43 130 70 44 117 31
Binary 1110000 1001001 1101 0 100011 1011000 111000 100100 1001111 11001

Color Harmonies of #70490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70490D

Black with #70490D

Text Example


Text Example

White with #70490D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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