#70450F

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

Shades of Raw Umber #70450F

Tints of Raw Umber #70450F

Color information

#70450F (or 0x70450F) is unknown color: approx Raw Umber. HEX triplet: 70, 45 and 0F. RGB value is (112,69,15). Sum of RGB (Red+Green+Blue) = 112+69+15=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70450F is #8FBAF0. Grayscale: #4B4B4B. Windows color (decimal): -9419505 or 1000816. OLE color: 1000816.

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

Color convert

RGB1126915-
CMYK00.380.870.56
HSL33.4º76.38%24.9%-
HSV(B)33.4º86.61%43.92%-
XYZ8.97.741.48-
YUV75.793.75153.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 15 (6.25% from 255) = 7.65%
R=57.14%
G=35.20%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112691500.380.870.5633.476.3824.9
Hex7045F0265738214c19
Octal16010517046127704111431
Binary11100001000101111101001101010111111000100001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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