Html Css Color HEX #70470E Raw Umber

📋 copy color: '#70470E'

red 112 ◦ green 71 ◦ blue 14

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

Shades of Raw Umber #70470E

Tints of Raw Umber #70470E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.04%

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

R = 56.85%
G = 36.04%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70470E (or 0x70470E) is known color: Raw Umber. HEX triplet: 70, 47 and 0E. RGB value is (112,71,14). Sum of RGB (Red+Green+Blue) = 112+71+14=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #70470E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70470E is #8FB8F1. Grayscale: #4D4D4D. Windows color (decimal): -9418994 or 935792. OLE color: 935792.

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

Color convert

RGB 112 71 14 -
CMYK 0 0.37 0.88 0.56
HSL 34.9º 0.78% 0.25% -
HSV(B) 34.9º 0.88% 0.44% -
XYZ 9.01 7.98 1.48 -
YUV 76.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 112 71 14 0 0.37 0.88 0.56 34.9 0.78 0.25
Hex 70 47 E 0 25 58 38 23 4E 19
Octal 160 107 16 0 45 130 70 43 116 31
Binary 1110000 1000111 1110 0 100101 1011000 111000 100011 1001110 11001

Color Harmonies of #70470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70470E

Black with #70470E

Text Example


Text Example

White with #70470E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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