#82885A

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

Shades of Bitter #82885A

Tints of Bitter #82885A

Color information

#82885A (or 0x82885A) is unknown color: approx Bitter. HEX triplet: 82, 88 and 5A. RGB value is (130,136,90). Sum of RGB (Red+Green+Blue) = 130+136+90=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #82885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82885A is #7D77A5. Grayscale: #818181. Windows color (decimal): -8222630 or 5933186. OLE color: 5933186.

HSL color Cylindrical-coordinate representation of color #82885A: hue angle of 67.83º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82885A is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB13013690-
CMYK0.0400.340.47
HSL67.83º20.35%44.31%-
HSV(B)67.83º33.82%53.33%-
XYZ19.8623.0913.08-
YUV128.96106.01128.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 136 (53.52% from 255) = 38.20%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=36.52%
G=38.20%
B=25.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130136900.0400.340.4767.8320.3544.31
Hex82885A40222F44142c
Octal2022101324042571042454
Binary100000101000100010110101000100010101111100010010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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