#705205

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

Shades of Raw Umber #705205

Tints of Raw Umber #705205

Color information

#705205 (or 0x705205) is unknown color: approx Raw Umber. HEX triplet: 70, 52 and 05. RGB value is (112,82,5). Sum of RGB (Red+Green+Blue) = 112+82+5=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #705205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705205 is #8FADFA. Grayscale: #525252. Windows color (decimal): -9416187 or 348784. OLE color: 348784.

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

Color convert

RGB112825-
CMYK00.270.960.56
HSL43.18º91.45%22.94%-
HSV(B)43.18º95.54%43.92%-
XYZ9.739.491.46-
YUV82.1984.44149.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=56.28%
G=41.21%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11282500.270.960.5643.1891.4522.94
Hex7052501B60382b5b17
Octal1601225033140705313327
Binary111000010100101010110111100000111000101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705205; }

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

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

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

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

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

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

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

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