Html Css Color HEX #82895E Bitter

📋 copy color: '#82895E'

red 130 ◦ green 137 ◦ blue 94

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

Shades of Bitter #82895E

Tints of Bitter #82895E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 36.01%
G = 37.95%
B = 26.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#82895E (or 0x82895E) is known color: Bitter. HEX triplet: 82, 89 and 5E. RGB value is (130,137,94). Sum of RGB (Red+Green+Blue) = 130+137+94=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #82895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82895E is #7D76A1. Grayscale: #828282. Windows color (decimal): -8222370 or 6195586. OLE color: 6195586.

HSL color Cylindrical-coordinate representation of color #82895E: hue angle of 69.77º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82895E is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 94 -
CMYK 0.05 0 0.31 0.46
HSL 69.77º 0.19% 0.45% -
HSV(B) 69.77º 0.31% 0.54% -
XYZ 20.17 23.45 14.05 -
YUV 130.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 130 137 94 0.05 0 0.31 0.46 69.77 0.19 0.45
Hex 82 89 5E 5 0 1F 2E 46 13 2D
Octal 202 211 136 5 0 37 56 106 23 55
Binary 10000010 10001001 1011110 101 0 11111 101110 1000110 10011 101101

Color Harmonies of #82895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82895E

Black with #82895E

Text Example


Text Example

White with #82895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82895E; }

 p { color: rgb(130,137,94); }

 H1.HeaderClassName
 {
   color: #82895E;
 }
 .AnyTagClassName
 {
   color: #82895E;
 }
</style>

background-color css

<style>
 a { background-color: #82895E; }

 a { background-color: rgb(130,137,94); }

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

border-color css

<style>
 span { border-color: #82895E; }

 span { border-color: rgb(130,137,94); }

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