#70450D

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

Shades of Raw Umber #70450D

Tints of Raw Umber #70450D

Color information

#70450D (or 0x70450D) is unknown color: approx Raw Umber. HEX triplet: 70, 45 and 0D. RGB value is (112,69,13). Sum of RGB (Red+Green+Blue) = 112+69+13=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70450D is #8FBAF2. Grayscale: #4B4B4B. Windows color (decimal): -9419507 or 869744. OLE color: 869744.

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

Color convert

RGB1126913-
CMYK00.380.880.56
HSL33.94º79.2%24.51%-
HSV(B)33.94º88.39%43.92%-
XYZ8.887.731.4-
YUV75.4792.75154.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 13 (5.47% from 255) = 6.70%
R=57.73%
G=35.57%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112691300.380.880.5633.9479.224.51
Hex7045D0265838224f19
Octal16010515046130704211731
Binary11100001000101110101001101011000111000100010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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