#828B59

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

Shades of Bitter #828B59

Tints of Bitter #828B59

Color information

#828B59 (or 0x828B59) is unknown color: approx Bitter. HEX triplet: 82, 8B and 59. RGB value is (130,139,89). Sum of RGB (Red+Green+Blue) = 130+139+89=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #828B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B59 is #7D74A6. Grayscale: #828282. Windows color (decimal): -8221863 or 5868418. OLE color: 5868418.

HSL color Cylindrical-coordinate representation of color #828B59: hue angle of 70.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828B59 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB13013989-
CMYK0.0600.360.45
HSL70.8º21.93%44.71%-
HSV(B)70.8º35.97%54.51%-
XYZ20.2423.9313-
YUV130.61104.52127.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 89 (35.16% from 255) = 24.86%
R=36.31%
G=38.83%
B=24.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130139890.0600.360.4570.821.9344.71
Hex828B5960242D47162d
Octal2022131316044551072655
Binary100000101000101110110011100100100101101100011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828B59; }

 p { color: rgb(130,139,89); }

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

<style>
 a { background-color: #828B59; }

 a { background-color: rgb(130,139,89); }

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

<style>
 span { border-color: #828B59; }

 span { border-color: rgb(130,139,89); }

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