Html Css Color HEX #82855D Bitter

📋 copy color: '#82855D'

red 130 ◦ green 133 ◦ blue 93

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

Shades of Bitter #82855D

Tints of Bitter #82855D

RGB

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

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

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

R = 36.52%
G = 37.36%
B = 26.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#82855D (or 0x82855D) is known color: Bitter. HEX triplet: 82, 85 and 5D. RGB value is (130,133,93). Sum of RGB (Red+Green+Blue) = 130+133+93=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #82855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82855D is #7D7AA2. Grayscale: #7F7F7F. Windows color (decimal): -8223395 or 6129026. OLE color: 6129026.

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

Color convert

RGB 130 133 93 -
CMYK 0.02 0 0.30 0.48
HSL 64.5º 0.18% 0.44% -
HSV(B) 64.5º 0.3% 0.52% -
XYZ 19.57 22.31 13.63 -
YUV 127.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 130 133 93 0.02 0 0.30 0.48 64.5 0.18 0.44
Hex 82 85 5D 2 0 1E 30 40 12 2C
Octal 202 205 135 2 0 36 60 100 22 54
Binary 10000010 10000101 1011101 10 0 11110 110000 1000000 10010 101100

Color Harmonies of #82855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82855D

Black with #82855D

Text Example


Text Example

White with #82855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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