Html Css Color HEX #82855F Bitter

📋 copy color: '#82855F'

red 130 ◦ green 133 ◦ blue 95

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

Shades of Bitter #82855F

Tints of Bitter #82855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.54%

R = 36.31%
G = 37.15%
B = 26.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#82855F (or 0x82855F) is known color: Bitter. HEX triplet: 82, 85 and 5F. RGB value is (130,133,95). Sum of RGB (Red+Green+Blue) = 130+133+95=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #82855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82855F is #7D7AA0. Grayscale: #7F7F7F. Windows color (decimal): -8223393 or 6260098. OLE color: 6260098.

HSL color Cylindrical-coordinate representation of color #82855F: hue angle of 64.74º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82855F is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 95 -
CMYK 0.02 0 0.29 0.48
HSL 64.74º 0.17% 0.45% -
HSV(B) 64.74º 0.29% 0.52% -
XYZ 19.66 22.35 14.1 -
YUV 127.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 130 133 95 0.02 0 0.29 0.48 64.74 0.17 0.45
Hex 82 85 5F 2 0 1D 30 41 11 2D
Octal 202 205 137 2 0 35 60 101 21 55
Binary 10000010 10000101 1011111 10 0 11101 110000 1000001 10001 101101

Color Harmonies of #82855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82855F

Black with #82855F

Text Example


Text Example

White with #82855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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