#828461

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

Shades of Bitter #828461

Tints of Bitter #828461

Color information

#828461 (or 0x828461) is unknown color: approx Bitter. HEX triplet: 82, 84 and 61. RGB value is (130,132,97). Sum of RGB (Red+Green+Blue) = 130+132+97=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #828461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828461 is #7D7B9E. Grayscale: #7F7F7F. Windows color (decimal): -8223647 or 6390914. OLE color: 6390914.

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

Color convert

RGB13013297-
CMYK0.0200.270.48
HSL63.43º15.28%44.9%-
HSV(B)63.43º26.52%51.76%-
XYZ19.6122.1114.54-
YUV127.41110.84129.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=36.21%
G=36.77%
B=27.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132970.0200.270.4863.4315.2844.9
Hex828461201B303ff2d
Octal202204141203360771755
Binary10000010100001001100001100110111100001111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828461; }

 p { color: rgb(130,132,97); }

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

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

 a { background-color: rgb(130,132,97); }

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

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

 span { border-color: rgb(130,132,97); }

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