#70500B

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

Shades of Raw Umber #70500B

Tints of Raw Umber #70500B

Color information

#70500B (or 0x70500B) is unknown color: approx Raw Umber. HEX triplet: 70, 50 and 0B. RGB value is (112,80,11). Sum of RGB (Red+Green+Blue) = 112+80+11=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #70500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70500B is #8FAFF4. Grayscale: #525252. Windows color (decimal): -9416693 or 741488. OLE color: 741488.

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

Color convert

RGB1128011-
CMYK00.290.900.56
HSL40.99º82.11%24.12%-
HSV(B)40.99º90.18%43.92%-
XYZ9.619.211.59-
YUV81.788.1149.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=55.17%
G=39.41%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112801100.290.900.5640.9982.1124.12
Hex7050B01D5A38295218
Octal16012013035132705112230
Binary1110000101000010110111011011010111000101001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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