#70510B

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

Shades of Raw Umber #70510B

Tints of Raw Umber #70510B

Color information

#70510B (or 0x70510B) is unknown color: approx Raw Umber. HEX triplet: 70, 51 and 0B. RGB value is (112,81,11). Sum of RGB (Red+Green+Blue) = 112+81+11=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #70510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70510B is #8FAEF4. Grayscale: #525252. Windows color (decimal): -9416437 or 741744. OLE color: 741744.

HSL color Cylindrical-coordinate representation of color #70510B: hue angle of 41.58º 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 #70510B is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1128111-
CMYK00.280.900.56
HSL41.58º82.11%24.12%-
HSV(B)41.58º90.18%43.92%-
XYZ9.689.351.61-
YUV82.2987.77149.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 11 (4.69% from 255) = 5.39%
R=54.90%
G=39.71%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112811100.280.900.5641.5882.1124.12
Hex7051B01C5A382a5218
Octal16012113034132705212230
Binary1110000101000110110111001011010111000101010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70510B;
 }
 .AnyTagClassName
 {
   color: #70510B;
 }
</style>
background-color css

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

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

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

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

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

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