#70500E

Color #70500E Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #70500E

Tints of Raw Umber #70500E

Color information

#70500E (or 0x70500E) is unknown color: approx 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

RGB1128014-
CMYK00.290.880.56
HSL40.41º77.78%24.71%-
HSV(B)40.41º87.5%43.92%-
XYZ9.639.211.69-
YUV82.0489.6149.37-

RGB Variations

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

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.80%
R=54.37%
G=38.83%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112801400.290.880.5640.4177.7824.71
Hex7050E01D5838284e19
Octal16012016035130705011631
Binary1110000101000011100111011011000111000101000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>