Html Css Color HEX #82875D Bitter

📋 copy color: '#82875D'

red 130 ◦ green 135 ◦ blue 93

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

Shades of Bitter #82875D

Tints of Bitter #82875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

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

R = 36.31%
G = 37.71%
B = 25.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#82875D (or 0x82875D) is known color: Bitter. HEX triplet: 82, 87 and 5D. RGB value is (130,135,93). Sum of RGB (Red+Green+Blue) = 130+135+93=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #82875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82875D is #7D78A2. Grayscale: #808080. Windows color (decimal): -8222883 or 6129538. OLE color: 6129538.

HSL color Cylindrical-coordinate representation of color #82875D: hue angle of 67.14º 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 #82875D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 135 93 -
CMYK 0.04 0 0.31 0.47
HSL 67.14º 0.18% 0.45% -
HSV(B) 67.14º 0.31% 0.53% -
XYZ 19.85 22.86 13.72 -
YUV 128.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 130 135 93 0.04 0 0.31 0.47 67.14 0.18 0.45
Hex 82 87 5D 4 0 1F 2F 43 12 2D
Octal 202 207 135 4 0 37 57 103 22 55
Binary 10000010 10000111 1011101 100 0 11111 101111 1000011 10010 101101

Color Harmonies of #82875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82875D

Black with #82875D

Text Example


Text Example

White with #82875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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