Html Css Color HEX #83876E Bitter

📋 copy color: '#83876E'

red 131 ◦ green 135 ◦ blue 110

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

Shades of Bitter #83876E

Tints of Bitter #83876E

RGB

 RED value IS 131 (51.56% from 255) = 34.84%

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

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 34.84%
G = 35.9%
B = 29.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#83876E (or 0x83876E) is known color: Bitter. HEX triplet: 83, 87 and 6E. RGB value is (131,135,110). Sum of RGB (Red+Green+Blue) = 131+135+110=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #83876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83876E is #7C7891. Grayscale: #838383. Windows color (decimal): -8157330 or 7243651. OLE color: 7243651.

HSL color Cylindrical-coordinate representation of color #83876E: hue angle of 69.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83876E is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 135 110 -
CMYK 0.03 0 0.19 0.47
HSL 69.6º 0.1% 0.48% -
HSV(B) 69.6º 0.19% 0.53% -
XYZ 20.84 23.28 18.15 -
YUV 130.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 131 135 110 0.03 0 0.19 0.47 69.6 0.1 0.48
Hex 83 87 6E 3 0 13 2F 46 A 30
Octal 203 207 156 3 0 23 57 106 12 60
Binary 10000011 10000111 1101110 11 0 10011 101111 1000110 1010 110000

Color Harmonies of #83876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83876E

Black with #83876E

Text Example


Text Example

White with #83876E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,135,110); }

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

background-color css

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

 a { background-color: rgb(131,135,110); }

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

border-color css

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

 span { border-color: rgb(131,135,110); }

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