#828462

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

Shades of Bitter #828462

Tints of Bitter #828462

Color information

#828462 (or 0x828462) is unknown color: approx Bitter. HEX triplet: 82, 84 and 62. RGB value is (130,132,98). Sum of RGB (Red+Green+Blue) = 130+132+98=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #828462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828462 is #7D7B9D. Grayscale: #7F7F7F. Windows color (decimal): -8223646 or 6456450. OLE color: 6456450.

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

Color convert

RGB13013298-
CMYK0.0200.260.48
HSL63.53º14.78%45.1%-
HSV(B)63.53º25.76%51.76%-
XYZ19.6622.1314.79-
YUV127.53111.34129.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 98 (38.67% from 255) = 27.22%
R=36.11%
G=36.67%
B=27.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132980.0200.260.4863.5314.7845.1
Hex828462201A3040f2d
Octal2022041422032601001755
Binary100000101000010011000101001101011000010000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828462; }

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

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

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

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

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

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

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

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