Html Css Color HEX #82865D Bitter

📋 copy color: '#82865D'

red 130 ◦ green 134 ◦ blue 93

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

Shades of Bitter #82865D

Tints of Bitter #82865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 36.41%
G = 37.54%
B = 26.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#82865D (or 0x82865D) is known color: Bitter. HEX triplet: 82, 86 and 5D. RGB value is (130,134,93). Sum of RGB (Red+Green+Blue) = 130+134+93=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #82865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82865D is #7D79A2. Grayscale: #808080. Windows color (decimal): -8223139 or 6129282. OLE color: 6129282.

HSL color Cylindrical-coordinate representation of color #82865D: hue angle of 65.85º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82865D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 93 -
CMYK 0.03 0 0.31 0.47
HSL 65.85º 0.18% 0.45% -
HSV(B) 65.85º 0.31% 0.53% -
XYZ 19.71 22.59 13.68 -
YUV 128.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 130 134 93 0.03 0 0.31 0.47 65.85 0.18 0.45
Hex 82 86 5D 3 0 1F 2F 42 12 2D
Octal 202 206 135 3 0 37 57 102 22 55
Binary 10000010 10000110 1011101 11 0 11111 101111 1000010 10010 101101

Color Harmonies of #82865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82865D

Black with #82865D

Text Example


Text Example

White with #82865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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