#885220

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

Shades of Russet #885220

Tints of Russet #885220

Color information

#885220 (or 0x885220) is unknown color: approx Russet. HEX triplet: 88, 52 and 20. RGB value is (136,82,32). Sum of RGB (Red+Green+Blue) = 136+82+32=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #885220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885220 is #77ADDF. Grayscale: #5C5C5C. Windows color (decimal): -7843296 or 2118280. OLE color: 2118280.

HSL color Cylindrical-coordinate representation of color #885220: hue angle of 28.85º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #885220 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1368232-
CMYK00.400.760.47
HSL28.85º61.9%32.94%-
HSV(B)28.85º76.47%53.33%-
XYZ13.4311.372.85-
YUV92.4593.89159.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 32 (12.89% from 255) = 12.8%
R=54.4%
G=32.8%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136823200.400.760.4728.8561.932.94
Hex8852200284C2F1d3e21
Octal2101224005011457357641
Binary1000100010100101000000101000100110010111111101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885220; }

 p { color: rgb(136,82,32); }

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

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

 a { background-color: rgb(136,82,32); }

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

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

 span { border-color: rgb(136,82,32); }

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