Html Css Color HEX #83876D Bitter

📋 copy color: '#83876D'

red 131 ◦ green 135 ◦ blue 109

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

Shades of Bitter #83876D

Tints of Bitter #83876D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 34.93%
G = 36%
B = 29.07%

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

#83876D (or 0x83876D) is known color: Bitter. HEX triplet: 83, 87 and 6D. RGB value is (131,135,109). Sum of RGB (Red+Green+Blue) = 131+135+109=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 135 - color contains mainly: green. Hex color #83876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83876D is #7C7892. Grayscale: #828282. Windows color (decimal): -8157331 or 7178115. OLE color: 7178115.

HSL color Cylindrical-coordinate representation of color #83876D: hue angle of 69.23º degrees, saturation: 0.11, 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 #83876D is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 135 109 -
CMYK 0.03 0 0.19 0.47
HSL 69.23º 0.11% 0.48% -
HSV(B) 69.23º 0.19% 0.53% -
XYZ 20.78 23.26 17.86 -
YUV 130.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 131 135 109 0.03 0 0.19 0.47 69.23 0.11 0.48
Hex 83 87 6D 3 0 13 2F 45 B 30
Octal 203 207 155 3 0 23 57 105 13 60
Binary 10000011 10000111 1101101 11 0 10011 101111 1000101 1011 110000

Color Harmonies of #83876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83876D

Black with #83876D

Text Example


Text Example

White with #83876D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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