#70400D

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

Shades of Raw Umber #70400D

Tints of Raw Umber #70400D

Color information

#70400D (or 0x70400D) is unknown color: approx Raw Umber. HEX triplet: 70, 40 and 0D. RGB value is (112,64,13). Sum of RGB (Red+Green+Blue) = 112+64+13=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70400D is #8FBFF2. Grayscale: #484848. Windows color (decimal): -9420787 or 868464. OLE color: 868464.

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

Color convert

RGB1126413-
CMYK00.430.880.56
HSL30.91º79.2%24.51%-
HSV(B)30.91º88.39%43.92%-
XYZ8.597.141.31-
YUV72.5494.4156.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 13 (5.47% from 255) = 6.88%
R=59.26%
G=33.86%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112641300.430.880.5630.9179.224.51
Hex7040D02B58381f4f19
Octal16010015053130703711731
Binary1110000100000011010101011101100011100011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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