#88521B

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

Shades of Russet #88521B

Tints of Russet #88521B

Color information

#88521B (or 0x88521B) is unknown color: approx Russet. HEX triplet: 88, 52 and 1B. RGB value is (136,82,27). Sum of RGB (Red+Green+Blue) = 136+82+27=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88521B is #77ADE4. Grayscale: #5C5C5C. Windows color (decimal): -7843301 or 1790600. OLE color: 1790600.

HSL color Cylindrical-coordinate representation of color #88521B: hue angle of 30.28º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88521B is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1368227-
CMYK00.400.800.47
HSL30.28º66.87%31.96%-
HSV(B)30.28º80.15%53.33%-
XYZ13.3711.352.52-
YUV91.8891.39159.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 27 (10.94% from 255) = 11.02%
R=55.51%
G=33.47%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136822700.400.800.4730.2866.8731.96
Hex88521B028502F1e4320
Octal21012233050120573610340
Binary1000100010100101101101010001010000101111111101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88521B; }

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

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

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

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

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

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

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

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