Html Css Color HEX #828567 Bitter

📋 copy color: '#828567'

red 130 ◦ green 133 ◦ blue 103

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

Shades of Bitter #828567

Tints of Bitter #828567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.14%

R = 35.52%
G = 36.34%
B = 28.14%

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

#828567 (or 0x828567) is known color: Bitter. HEX triplet: 82, 85 and 67. RGB value is (130,133,103). Sum of RGB (Red+Green+Blue) = 130+133+103=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #828567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828567 is #7D7A98. Grayscale: #808080. Windows color (decimal): -8223385 or 6784386. OLE color: 6784386.

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

Color convert

RGB 130 133 103 -
CMYK 0.02 0 0.23 0.48
HSL 66º 0.13% 0.46% -
HSV(B) 66º 0.23% 0.52% -
XYZ 20.04 22.5 16.12 -
YUV 128.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 130 133 103 0.02 0 0.23 0.48 66 0.13 0.46
Hex 82 85 67 2 0 17 30 42 D 2E
Octal 202 205 147 2 0 27 60 102 15 56
Binary 10000010 10000101 1100111 10 0 10111 110000 1000010 1101 101110

Color Harmonies of #828567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828567

Black with #828567

Text Example


Text Example

White with #828567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828567; }

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

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

background-color css

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

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

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

border-color css

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

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

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