#70450E

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

Shades of Raw Umber #70450E

Tints of Raw Umber #70450E

Color information

#70450E (or 0x70450E) is unknown color: approx Raw Umber. HEX triplet: 70, 45 and 0E. RGB value is (112,69,14). Sum of RGB (Red+Green+Blue) = 112+69+14=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #70450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70450E is #8FBAF1. Grayscale: #4B4B4B. Windows color (decimal): -9419506 or 935280. OLE color: 935280.

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

Color convert

RGB1126914-
CMYK00.380.880.56
HSL33.67º77.78%24.71%-
HSV(B)33.67º87.5%43.92%-
XYZ8.897.731.44-
YUV75.5993.25153.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=57.44%
G=35.38%
B=7.18%

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
Decimal112691400.380.880.5633.6777.7824.71
Hex7045E0265838224e19
Octal16010516046130704211631
Binary11100001000101111001001101011000111000100010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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