#82875D

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

Shades of Bitter #82875D

Tints of Bitter #82875D

Color information

#82875D (or 0x82875D) is unknown color: approx Bitter. HEX triplet: 82, 87 and 5D. RGB value is (130,135,93). Sum of RGB (Red+Green+Blue) = 130+135+93=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #82875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82875D is #7D78A2. Grayscale: #808080. Windows color (decimal): -8222883 or 6129538. OLE color: 6129538.

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

Color convert

RGB13013593-
CMYK0.0400.310.47
HSL67.14º18.42%44.71%-
HSV(B)67.14º31.11%52.94%-
XYZ19.8522.8613.72-
YUV128.72107.84128.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 135 (53.12% from 255) = 37.71%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=36.31%
G=37.71%
B=25.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135930.0400.310.4767.1418.4244.71
Hex82875D401F2F43122d
Octal2022071354037571032255
Binary10000010100001111011101100011111101111100001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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