Html Css Color HEX #82856D Bitter

📋 copy color: '#82856D'

red 130 ◦ green 133 ◦ blue 109

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

Shades of Bitter #82856D

Tints of Bitter #82856D

RGB

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

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

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

R = 34.95%
G = 35.75%
B = 29.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#82856D (or 0x82856D) is known color: Bitter. HEX triplet: 82, 85 and 6D. RGB value is (130,133,109). Sum of RGB (Red+Green+Blue) = 130+133+109=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 133 - color contains mainly: green. Hex color #82856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82856D is #7D7A92. Grayscale: #818181. Windows color (decimal): -8223379 or 7177602. OLE color: 7177602.

HSL color Cylindrical-coordinate representation of color #82856D: hue angle of 67.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82856D is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 109 -
CMYK 0.02 0 0.18 0.48
HSL 67.5º 0.1% 0.47% -
HSV(B) 67.5º 0.18% 0.52% -
XYZ 20.35 22.63 17.76 -
YUV 129.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 130 133 109 0.02 0 0.18 0.48 67.5 0.1 0.47
Hex 82 85 6D 2 0 12 30 44 A 2F
Octal 202 205 155 2 0 22 60 104 12 57
Binary 10000010 10000101 1101101 10 0 10010 110000 1000100 1010 101111

Color Harmonies of #82856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82856D

Black with #82856D

Text Example


Text Example

White with #82856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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