#828D63

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

Shades of Bitter #828D63

Tints of Bitter #828D63

Color information

#828D63 (or 0x828D63) is unknown color: approx Bitter. HEX triplet: 82, 8D and 63. RGB value is (130,141,99). Sum of RGB (Red+Green+Blue) = 130+141+99=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #828D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D63 is #7D729C. Grayscale: #858585. Windows color (decimal): -8221341 or 6524290. OLE color: 6524290.

HSL color Cylindrical-coordinate representation of color #828D63: hue angle of 75.71º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #828D63 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB13014199-
CMYK0.0800.300.45
HSL75.71º17.5%47.06%-
HSV(B)75.71º29.79%55.29%-
XYZ20.9824.715.47-
YUV132.92108.86125.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=35.14%
G=38.11%
B=26.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130141990.0800.300.4575.7117.547.06
Hex828D63801E2D4c122f
Octal20221514310036551142257
Binary100000101000110111000111000011110101101100110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,141,99); }

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

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

 a { background-color: rgb(130,141,99); }

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

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

 span { border-color: rgb(130,141,99); }

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