#70460C

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

Shades of Raw Umber #70460C

Tints of Raw Umber #70460C

Color information

#70460C (or 0x70460C) is unknown color: approx Raw Umber. HEX triplet: 70, 46 and 0C. RGB value is (112,70,12). Sum of RGB (Red+Green+Blue) = 112+70+12=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70460C is #8FB9F3. Grayscale: #4C4C4C. Windows color (decimal): -9419252 or 804464. OLE color: 804464.

HSL color Cylindrical-coordinate representation of color #70460C: hue angle of 34.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70460C is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1127012-
CMYK00.380.890.56
HSL34.8º80.65%24.31%-
HSV(B)34.8º89.29%43.92%-
XYZ8.947.851.39-
YUV75.9591.91153.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 12 (5.08% from 255) = 6.19%
R=57.73%
G=36.08%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112701200.380.890.5634.880.6524.31
Hex7046C0265938235118
Octal16010614046131704312130
Binary11100001000110110001001101011001111000100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70460C; }

 p { color: rgb(112,70,12); }

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

<style>
 a { background-color: #70460C; }

 a { background-color: rgb(112,70,12); }

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

<style>
 span { border-color: #70460C; }

 span { border-color: rgb(112,70,12); }

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