Html Css Color HEX #828671 Bitter

📋 copy color: '#828671'

red 130 ◦ green 134 ◦ blue 113

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

Shades of Bitter #828671

Tints of Bitter #828671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 34.48%
G = 35.54%
B = 29.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#828671 (or 0x828671) is known color: Bitter. HEX triplet: 82, 86 and 71. RGB value is (130,134,113). Sum of RGB (Red+Green+Blue) = 130+134+113=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #828671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828671 is #7D798E. Grayscale: #828282. Windows color (decimal): -8223119 or 7440002. OLE color: 7440002.

HSL color Cylindrical-coordinate representation of color #828671: hue angle of 71.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #828671 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 113 -
CMYK 0.03 0 0.16 0.47
HSL 71.43º 0.09% 0.48% -
HSV(B) 71.43º 0.16% 0.53% -
XYZ 20.71 22.99 18.97 -
YUV 130.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 130 134 113 0.03 0 0.16 0.47 71.43 0.09 0.48
Hex 82 86 71 3 0 10 2F 47 9 30
Octal 202 206 161 3 0 20 57 107 11 60
Binary 10000010 10000110 1110001 11 0 10000 101111 1000111 1001 110000

Color Harmonies of #828671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828671

Black with #828671

Text Example


Text Example

White with #828671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828671; }

 p { color: rgb(130,134,113); }

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

background-color css

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

 a { background-color: rgb(130,134,113); }

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

border-color css

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

 span { border-color: rgb(130,134,113); }

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