Html Css Color HEX #828465 Bitter

📋 copy color: '#828465'

red 130 ◦ green 132 ◦ blue 101

#828465
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter #828465

Tints of Bitter #828465

RGB

 RED value IS 130 (51.17% from 255) = 35.81%

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 35.81%
G = 36.36%
B = 27.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#828465 (or 0x828465) is known color: Bitter. HEX triplet: 82, 84 and 65. RGB value is (130,132,101). Sum of RGB (Red+Green+Blue) = 130+132+101=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #828465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828465 is #7D7B9A. Grayscale: #7F7F7F. Windows color (decimal): -8223643 or 6653058. OLE color: 6653058.

HSL color Cylindrical-coordinate representation of color #828465: hue angle of 63.87º 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 #828465 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 132 101 -
CMYK 0.02 0 0.23 0.48
HSL 63.87º 0.13% 0.46% -
HSV(B) 63.87º 0.23% 0.52% -
XYZ 19.81 22.19 15.55 -
YUV 127.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 130 132 101 0.02 0 0.23 0.48 63.87 0.13 0.46
Hex 82 84 65 2 0 17 30 40 D 2E
Octal 202 204 145 2 0 27 60 100 15 56
Binary 10000010 10000100 1100101 10 0 10111 110000 1000000 1101 101110

Color Harmonies of #828465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828465

Black with #828465

Text Example


Text Example

White with #828465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828465; }

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

 H1.HeaderClassName
 {
   color: #828465;
 }
 .AnyTagClassName
 {
   color: #828465;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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