Html Css Color HEX #82886D Bitter

📋 copy color: '#82886D'

red 130 ◦ green 136 ◦ blue 109

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

Shades of Bitter #82886D

Tints of Bitter #82886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 34.67%
G = 36.27%
B = 29.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#82886D (or 0x82886D) is known color: Bitter. HEX triplet: 82, 88 and 6D. RGB value is (130,136,109). Sum of RGB (Red+Green+Blue) = 130+136+109=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #82886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82886D is #7D7792. Grayscale: #838383. Windows color (decimal): -8222611 or 7178370. OLE color: 7178370.

HSL color Cylindrical-coordinate representation of color #82886D: hue angle of 73.33º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82886D is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 109 -
CMYK 0.04 0 0.20 0.47
HSL 73.33º 0.11% 0.48% -
HSV(B) 73.33º 0.2% 0.53% -
XYZ 20.77 23.46 17.9 -
YUV 131.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 130 136 109 0.04 0 0.20 0.47 73.33 0.11 0.48
Hex 82 88 6D 4 0 14 2F 49 B 30
Octal 202 210 155 4 0 24 57 111 13 60
Binary 10000010 10001000 1101101 100 0 10100 101111 1001001 1011 110000

Color Harmonies of #82886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82886D

Black with #82886D

Text Example


Text Example

White with #82886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82886D; }

 p { color: rgb(130,136,109); }

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

background-color css

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

 a { background-color: rgb(130,136,109); }

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

border-color css

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

 span { border-color: rgb(130,136,109); }

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