Html Css Color HEX #83895D Bitter

📋 copy color: '#83895D'

red 131 ◦ green 137 ◦ blue 93

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

Shades of Bitter #83895D

Tints of Bitter #83895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

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

R = 36.29%
G = 37.95%
B = 25.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#83895D (or 0x83895D) is known color: Bitter. HEX triplet: 83, 89 and 5D. RGB value is (131,137,93). Sum of RGB (Red+Green+Blue) = 131+137+93=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #83895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83895D is #7C76A2. Grayscale: #828282. Windows color (decimal): -8156835 or 6130051. OLE color: 6130051.

HSL color Cylindrical-coordinate representation of color #83895D: hue angle of 68.18º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83895D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 137 93 -
CMYK 0.04 0 0.32 0.46
HSL 68.18º 0.19% 0.45% -
HSV(B) 68.18º 0.32% 0.54% -
XYZ 20.28 23.51 13.82 -
YUV 130.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 131 137 93 0.04 0 0.32 0.46 68.18 0.19 0.45
Hex 83 89 5D 4 0 20 2E 44 13 2D
Octal 203 211 135 4 0 40 56 104 23 55
Binary 10000011 10001001 1011101 100 0 100000 101110 1000100 10011 101101

Color Harmonies of #83895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83895D

Black with #83895D

Text Example


Text Example

White with #83895D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,137,93); }

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

background-color css

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

 a { background-color: rgb(131,137,93); }

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

border-color css

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

 span { border-color: rgb(131,137,93); }

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