Html Css Color HEX #828368 Bitter

📋 copy color: '#828368'

red 130 ◦ green 131 ◦ blue 104

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

Shades of Bitter #828368

Tints of Bitter #828368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 35.62%
G = 35.89%
B = 28.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#828368 (or 0x828368) is known color: Bitter. HEX triplet: 82, 83 and 68. RGB value is (130,131,104). Sum of RGB (Red+Green+Blue) = 130+131+104=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 131 - color contains mainly: green. Hex color #828368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828368 is #7D7C97. Grayscale: #7F7F7F. Windows color (decimal): -8223896 or 6849410. OLE color: 6849410.

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

Color convert

RGB 130 131 104 -
CMYK 0.01 0 0.21 0.49
HSL 62.22º 0.11% 0.46% -
HSV(B) 62.22º 0.21% 0.51% -
XYZ 19.82 21.98 16.29 -
YUV 127.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 130 131 104 0.01 0 0.21 0.49 62.22 0.11 0.46
Hex 82 83 68 1 0 15 31 3E B 2E
Octal 202 203 150 1 0 25 61 76 13 56
Binary 10000010 10000011 1101000 1 0 10101 110001 111110 1011 101110

Color Harmonies of #828368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828368

Black with #828368

Text Example


Text Example

White with #828368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828368; }

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

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

background-color css

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

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

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

border-color css

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

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

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