Html Css Color HEX #828565 Bitter

📋 copy color: '#828565'

red 130 ◦ green 133 ◦ blue 101

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

Shades of Bitter #828565

Tints of Bitter #828565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.54%

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

R = 35.71%
G = 36.54%
B = 27.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#828565 (or 0x828565) is known color: Bitter. HEX triplet: 82, 85 and 65. RGB value is (130,133,101). Sum of RGB (Red+Green+Blue) = 130+133+101=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #828565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828565 is #7D7A9A. Grayscale: #808080. Windows color (decimal): -8223387 or 6653314. OLE color: 6653314.

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

Color convert

RGB 130 133 101 -
CMYK 0.02 0 0.24 0.48
HSL 65.63º 0.14% 0.46% -
HSV(B) 65.63º 0.24% 0.52% -
XYZ 19.94 22.46 15.6 -
YUV 128.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 130 133 101 0.02 0 0.24 0.48 65.63 0.14 0.46
Hex 82 85 65 2 0 18 30 42 E 2E
Octal 202 205 145 2 0 30 60 102 16 56
Binary 10000010 10000101 1100101 10 0 11000 110000 1000010 1110 101110

Color Harmonies of #828565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828565

Black with #828565

Text Example


Text Example

White with #828565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828565; }

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

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

background-color css

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

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

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

border-color css

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

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

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