#82885F

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

Shades of Bitter #82885F

Tints of Bitter #82885F

Color information

#82885F (or 0x82885F) is unknown color: approx Bitter. HEX triplet: 82, 88 and 5F. RGB value is (130,136,95). Sum of RGB (Red+Green+Blue) = 130+136+95=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #82885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82885F is #7D77A0. Grayscale: #818181. Windows color (decimal): -8222625 or 6260866. OLE color: 6260866.

HSL color Cylindrical-coordinate representation of color #82885F: hue angle of 68.78º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82885F is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13013695-
CMYK0.0400.300.47
HSL68.78º17.75%45.29%-
HSV(B)68.78º30.15%53.33%-
XYZ20.0823.1814.24-
YUV129.53108.51128.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=36.01%
G=37.67%
B=26.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130136950.0400.300.4768.7817.7545.29
Hex82885F401E2F45122d
Octal2022101374036571052255
Binary10000010100010001011111100011110101111100010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82885F; }

 p { color: rgb(130,136,95); }

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

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

 a { background-color: rgb(130,136,95); }

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

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

 span { border-color: rgb(130,136,95); }

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