Html Css Color HEX #828561 Bitter

📋 copy color: '#828561'

red 130 ◦ green 133 ◦ blue 97

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

Shades of Bitter #828561

Tints of Bitter #828561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.94%

R = 36.11%
G = 36.94%
B = 26.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#828561 (or 0x828561) is known color: Bitter. HEX triplet: 82, 85 and 61. RGB value is (130,133,97). Sum of RGB (Red+Green+Blue) = 130+133+97=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #828561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828561 is #7D7A9E. Grayscale: #808080. Windows color (decimal): -8223391 or 6391170. OLE color: 6391170.

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

Color convert

RGB 130 133 97 -
CMYK 0.02 0 0.27 0.48
HSL 65º 0.16% 0.45% -
HSV(B) 65º 0.27% 0.52% -
XYZ 19.75 22.38 14.59 -
YUV 128 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 130 133 97 0.02 0 0.27 0.48 65 0.16 0.45
Hex 82 85 61 2 0 1B 30 41 10 2D
Octal 202 205 141 2 0 33 60 101 20 55
Binary 10000010 10000101 1100001 10 0 11011 110000 1000001 10000 101101

Color Harmonies of #828561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828561

Black with #828561

Text Example


Text Example

White with #828561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828561; }

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

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

background-color css

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

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

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

border-color css

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

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

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