#704D15

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

Shades of Raw Umber #704D15

Tints of Raw Umber #704D15

Color information

#704D15 (or 0x704D15) is unknown color: approx Raw Umber. HEX triplet: 70, 4D and 15. RGB value is (112,77,21). Sum of RGB (Red+Green+Blue) = 112+77+21=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #704D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D15 is #8FB2EA. Grayscale: #515151. Windows color (decimal): -9417451 or 1396080. OLE color: 1396080.

HSL color Cylindrical-coordinate representation of color #704D15: hue angle of 36.92º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #704D15 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1127721-
CMYK00.310.810.56
HSL36.92º68.42%26.08%-
HSV(B)36.92º81.25%43.92%-
XYZ9.478.811.91-
YUV81.0894.1150.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 21 (8.59% from 255) = 10%
R=53.33%
G=36.67%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112772100.310.810.5636.9268.4226.08
Hex704D1501F513825441a
Octal16011525037121704510432
Binary11100001001101101010111111010001111000100101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704D15; }

 p { color: rgb(112,77,21); }

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

<style>
 a { background-color: #704D15; }

 a { background-color: rgb(112,77,21); }

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

<style>
 span { border-color: #704D15; }

 span { border-color: rgb(112,77,21); }

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