#828567

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

Shades of Bitter #828567

Tints of Bitter #828567

Color information

#828567 (or 0x828567) is unknown color: approx Bitter. HEX triplet: 82, 85 and 67. RGB value is (130,133,103). Sum of RGB (Red+Green+Blue) = 130+133+103=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #828567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828567 is #7D7A98. Grayscale: #808080. Windows color (decimal): -8223385 or 6784386. OLE color: 6784386.

HSL color Cylindrical-coordinate representation of color #828567: hue angle of 66º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #828567 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB130133103-
CMYK0.0200.230.48
HSL66º12.71%46.27%-
HSV(B)66º22.56%52.16%-
XYZ20.0422.516.12-
YUV128.68113.51128.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 103 (40.62% from 255) = 28.14%
R=35.52%
G=36.34%
B=28.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301331030.0200.230.486612.7146.27
Hex82856720173042d2e
Octal2022051472027601021556
Binary100000101000010111001111001011111000010000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828567; }

 p { color: rgb(130,133,103); }

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

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

 a { background-color: rgb(130,133,103); }

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

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

 span { border-color: rgb(130,133,103); }

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