#705219

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

Shades of Raw Umber #705219

Tints of Raw Umber #705219

Color information

#705219 (or 0x705219) is unknown color: approx Raw Umber. HEX triplet: 70, 52 and 19. RGB value is (112,82,25). Sum of RGB (Red+Green+Blue) = 112+82+25=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #705219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705219 is #8FADE6. Grayscale: #545454. Windows color (decimal): -9416167 or 1659504. OLE color: 1659504.

HSL color Cylindrical-coordinate representation of color #705219: hue angle of 39.31º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #705219 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1128225-
CMYK00.270.780.56
HSL39.31º63.5%26.86%-
HSV(B)39.31º77.68%43.92%-
XYZ9.879.552.24-
YUV84.4794.44147.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 25 (10.16% from 255) = 11.42%
R=51.14%
G=37.44%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112822500.270.780.5639.3163.526.86
Hex70521901B4E3827401b
Octal16012231033116704710033
Binary11100001010010110010110111001110111000100111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705219; }

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

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

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

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

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

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

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

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