#704D17

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

Shades of Raw Umber #704D17

Tints of Raw Umber #704D17

Color information

#704D17 (or 0x704D17) is unknown color: approx Raw Umber. HEX triplet: 70, 4D and 17. RGB value is (112,77,23). Sum of RGB (Red+Green+Blue) = 112+77+23=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #704D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D17 is #8FB2E8. Grayscale: #515151. Windows color (decimal): -9417449 or 1527152. OLE color: 1527152.

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

Color convert

RGB1127723-
CMYK00.310.790.56
HSL36.4º65.93%26.47%-
HSV(B)36.4º79.46%43.92%-
XYZ9.498.812.01-
YUV81.3195.1149.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 77 (30.47% from 255) = 36.32%
BLUE value IS 23 (9.38% from 255) = 10.85%
R=52.83%
G=36.32%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112772300.310.790.5636.465.9326.47
Hex704D1701F4F3824421a
Octal16011527037117704410232
Binary11100001001101101110111111001111111000100100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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