Html Css Color HEX #83856C Bitter

📋 copy color: '#83856C'

red 131 ◦ green 133 ◦ blue 108

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

Shades of Bitter #83856C

Tints of Bitter #83856C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 35.22%
G = 35.75%
B = 29.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#83856C (or 0x83856C) is known color: Bitter. HEX triplet: 83, 85 and 6C. RGB value is (131,133,108). Sum of RGB (Red+Green+Blue) = 131+133+108=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 133 - color contains mainly: green. Hex color #83856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83856C is #7C7A93. Grayscale: #818181. Windows color (decimal): -8157844 or 7112067. OLE color: 7112067.

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

Color convert

RGB 131 133 108 -
CMYK 0.02 0 0.19 0.48
HSL 64.8º 0.1% 0.47% -
HSV(B) 64.8º 0.19% 0.52% -
XYZ 20.45 22.68 17.49 -
YUV 129.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 131 133 108 0.02 0 0.19 0.48 64.8 0.1 0.47
Hex 83 85 6C 2 0 13 30 41 A 2F
Octal 203 205 154 2 0 23 60 101 12 57
Binary 10000011 10000101 1101100 10 0 10011 110000 1000001 1010 101111

Color Harmonies of #83856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83856C

Black with #83856C

Text Example


Text Example

White with #83856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83856C; }

 p { color: rgb(131,133,108); }

 H1.HeaderClassName
 {
   color: #83856C;
 }
 .AnyTagClassName
 {
   color: #83856C;
 }
</style>

background-color css

<style>
 a { background-color: #83856C; }

 a { background-color: rgb(131,133,108); }

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

border-color css

<style>
 span { border-color: #83856C; }

 span { border-color: rgb(131,133,108); }

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