Html Css Color HEX #70500E Raw Umber

📋 copy color: '#70500E'

red 112 ◦ green 80 ◦ blue 14

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

Shades of Raw Umber #70500E

Tints of Raw Umber #70500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.83%

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

R = 54.37%
G = 38.83%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70500E (or 0x70500E) is known color: Raw Umber. HEX triplet: 70, 50 and 0E. RGB value is (112,80,14). Sum of RGB (Red+Green+Blue) = 112+80+14=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70500E is #8FAFF1. Grayscale: #525252. Windows color (decimal): -9416690 or 938096. OLE color: 938096.

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

Color convert

RGB 112 80 14 -
CMYK 0 0.29 0.88 0.56
HSL 40.41º 0.78% 0.25% -
HSV(B) 40.41º 0.88% 0.44% -
XYZ 9.63 9.21 1.69 -
YUV 82.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 112 80 14 0 0.29 0.88 0.56 40.41 0.78 0.25
Hex 70 50 E 0 1D 58 38 28 4E 19
Octal 160 120 16 0 35 130 70 50 116 31
Binary 1110000 1010000 1110 0 11101 1011000 111000 101000 1001110 11001

Color Harmonies of #70500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70500E

Black with #70500E

Text Example


Text Example

White with #70500E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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