#705217

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

Shades of Raw Umber #705217

Tints of Raw Umber #705217

Color information

#705217 (or 0x705217) is unknown color: approx Raw Umber. HEX triplet: 70, 52 and 17. RGB value is (112,82,23). Sum of RGB (Red+Green+Blue) = 112+82+23=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #705217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705217 is #8FADE8. Grayscale: #545454. Windows color (decimal): -9416169 or 1528432. OLE color: 1528432.

HSL color Cylindrical-coordinate representation of color #705217: hue angle of 39.78º 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 #705217 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1128223-
CMYK00.270.790.56
HSL39.78º65.93%26.47%-
HSV(B)39.78º79.46%43.92%-
XYZ9.859.542.13-
YUV84.2493.44147.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.61%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 23 (9.38% from 255) = 10.60%
R=51.61%
G=37.79%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112822300.270.790.5639.7865.9326.47
Hex70521701B4F3828421a
Octal16012227033117705010232
Binary11100001010010101110110111001111111000101000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705217; }

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

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

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

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

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

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

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

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