#82875B

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

Shades of Bitter #82875B

Tints of Bitter #82875B

Color information

#82875B (or 0x82875B) is unknown color: approx Bitter. HEX triplet: 82, 87 and 5B. RGB value is (130,135,91). Sum of RGB (Red+Green+Blue) = 130+135+91=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #82875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82875B is #7D78A4. Grayscale: #808080. Windows color (decimal): -8222885 or 5998466. OLE color: 5998466.

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

Color convert

RGB13013591-
CMYK0.0400.330.47
HSL66.82º19.47%44.31%-
HSV(B)66.82º32.59%52.94%-
XYZ19.7622.8313.26-
YUV128.49106.84129.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=36.52%
G=37.92%
B=25.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135910.0400.330.4766.8219.4744.31
Hex82875B40212F43132c
Octal2022071334041571032354
Binary100000101000011110110111000100001101111100001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,135,91); }

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

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

 a { background-color: rgb(130,135,91); }

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

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

 span { border-color: rgb(130,135,91); }

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