#70500F

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

Shades of Raw Umber #70500F

Tints of Raw Umber #70500F

Color information

#70500F (or 0x70500F) is unknown color: approx Raw Umber. HEX triplet: 70, 50 and 0F. RGB value is (112,80,15). Sum of RGB (Red+Green+Blue) = 112+80+15=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70500F is #8FAFF0. Grayscale: #525252. Windows color (decimal): -9416689 or 1003632. OLE color: 1003632.

HSL color Cylindrical-coordinate representation of color #70500F: hue angle of 40.21º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70500F is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1128015-
CMYK00.290.870.56
HSL40.21º76.38%24.9%-
HSV(B)40.21º86.61%43.92%-
XYZ9.649.221.72-
YUV82.1690.1149.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 15 (6.25% from 255) = 7.25%
R=54.11%
G=38.65%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112801500.290.870.5640.2176.3824.9
Hex7050F01D5738284c19
Octal16012017035127705011431
Binary1110000101000011110111011010111111000101000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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