#70570D

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

Shades of Raw Umber #70570D

Tints of Raw Umber #70570D

Color information

#70570D (or 0x70570D) is unknown color: approx Raw Umber. HEX triplet: 70, 57 and 0D. RGB value is (112,87,13). Sum of RGB (Red+Green+Blue) = 112+87+13=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70570D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70570D is #8FA8F2. Grayscale: #565656. Windows color (decimal): -9414899 or 874352. OLE color: 874352.

HSL color Cylindrical-coordinate representation of color #70570D: hue angle of 44.85º degrees, saturation: 0.79, 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 #70570D is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1128713-
CMYK00.220.880.56
HSL44.85º79.2%24.51%-
HSV(B)44.85º88.39%43.92%-
XYZ10.1610.291.83-
YUV86.0486.78146.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 87 (34.38% from 255) = 41.04%
BLUE value IS 13 (5.47% from 255) = 6.13%
R=52.83%
G=41.04%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112871300.220.880.5644.8579.224.51
Hex7057D01658382d4f19
Octal16012715026130705511731
Binary1110000101011111010101101011000111000101101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70570D; }

 p { color: rgb(112,87,13); }

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

<style>
 a { background-color: #70570D; }

 a { background-color: rgb(112,87,13); }

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

<style>
 span { border-color: #70570D; }

 span { border-color: rgb(112,87,13); }

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