Html Css Color HEX #828364 Bitter

📋 copy color: '#828364'

red 130 ◦ green 131 ◦ blue 100

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

Shades of Bitter #828364

Tints of Bitter #828364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

 BLUE value IS 100 (39.45% from 255) = 27.7%

R = 36.01%
G = 36.29%
B = 27.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#828364 (or 0x828364) is known color: Bitter. HEX triplet: 82, 83 and 64. RGB value is (130,131,100). Sum of RGB (Red+Green+Blue) = 130+131+100=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 131 - color contains mainly: green. Hex color #828364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828364 is #7D7C9B. Grayscale: #7F7F7F. Windows color (decimal): -8223900 or 6587266. OLE color: 6587266.

HSL color Cylindrical-coordinate representation of color #828364: hue angle of 61.94º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #828364 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 100 -
CMYK 0.01 0 0.24 0.49
HSL 61.94º 0.13% 0.45% -
HSV(B) 61.94º 0.24% 0.51% -
XYZ 19.62 21.9 15.25 -
YUV 127.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 130 131 100 0.01 0 0.24 0.49 61.94 0.13 0.45
Hex 82 83 64 1 0 18 31 3E D 2D
Octal 202 203 144 1 0 30 61 76 15 55
Binary 10000010 10000011 1100100 1 0 11000 110001 111110 1101 101101

Color Harmonies of #828364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828364

Black with #828364

Text Example


Text Example

White with #828364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828364; }

 p { color: rgb(130,131,100); }

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

background-color css

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

 a { background-color: rgb(130,131,100); }

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

border-color css

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

 span { border-color: rgb(130,131,100); }

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