#828C63

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

Shades of Bitter #828C63

Tints of Bitter #828C63

Color information

#828C63 (or 0x828C63) is unknown color: approx Bitter. HEX triplet: 82, 8C and 63. RGB value is (130,140,99). Sum of RGB (Red+Green+Blue) = 130+140+99=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 140 - color contains mainly: green. Hex color #828C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C63 is #7D739C. Grayscale: #848484. Windows color (decimal): -8221597 or 6524034. OLE color: 6524034.

HSL color Cylindrical-coordinate representation of color #828C63: hue angle of 74.63º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #828C63 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB13014099-
CMYK0.0700.290.45
HSL74.63º17.15%46.86%-
HSV(B)74.63º29.29%54.9%-
XYZ20.8424.415.42-
YUV132.34109.19126.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 140 (55.08% from 255) = 37.94%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=35.23%
G=37.94%
B=26.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130140990.0700.290.4574.6317.1546.86
Hex828C63701D2D4b112f
Octal2022141437035551132157
Binary10000010100011001100011111011101101101100101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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