Html Css Color HEX #83886E Bitter

📋 copy color: '#83886E'

red 131 ◦ green 136 ◦ blue 110

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

Shades of Bitter #83886E

Tints of Bitter #83886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

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

R = 34.75%
G = 36.07%
B = 29.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#83886E (or 0x83886E) is known color: Bitter. HEX triplet: 83, 88 and 6E. RGB value is (131,136,110). Sum of RGB (Red+Green+Blue) = 131+136+110=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #83886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83886E is #7C7791. Grayscale: #838383. Windows color (decimal): -8157074 or 7243907. OLE color: 7243907.

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

Color convert

RGB 131 136 110 -
CMYK 0.04 0 0.19 0.47
HSL 71.54º 0.11% 0.48% -
HSV(B) 71.54º 0.19% 0.53% -
XYZ 20.98 23.56 18.19 -
YUV 131.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 131 136 110 0.04 0 0.19 0.47 71.54 0.11 0.48
Hex 83 88 6E 4 0 13 2F 48 B 30
Octal 203 210 156 4 0 23 57 110 13 60
Binary 10000011 10001000 1101110 100 0 10011 101111 1001000 1011 110000

Color Harmonies of #83886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83886E

Black with #83886E

Text Example


Text Example

White with #83886E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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