#82855D

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

Shades of Bitter #82855D

Tints of Bitter #82855D

Color information

#82855D (or 0x82855D) is unknown color: approx Bitter. HEX triplet: 82, 85 and 5D. RGB value is (130,133,93). Sum of RGB (Red+Green+Blue) = 130+133+93=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #82855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82855D is #7D7AA2. Grayscale: #7F7F7F. Windows color (decimal): -8223395 or 6129026. OLE color: 6129026.

HSL color Cylindrical-coordinate representation of color #82855D: hue angle of 64.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82855D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13013393-
CMYK0.0200.300.48
HSL64.5º17.7%44.31%-
HSV(B)64.5º30.08%52.16%-
XYZ19.5722.3113.63-
YUV127.54108.51129.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=36.52%
G=37.36%
B=26.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133930.0200.300.4864.517.744.31
Hex82855D201E3040122c
Octal2022051352036601002254
Binary1000001010000101101110110011110110000100000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82855D; }

 p { color: rgb(130,133,93); }

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

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

 a { background-color: rgb(130,133,93); }

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

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

 span { border-color: rgb(130,133,93); }

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