Html Css Color HEX #83895C Bitter

📋 copy color: '#83895C'

red 131 ◦ green 137 ◦ blue 92

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

Shades of Bitter #83895C

Tints of Bitter #83895C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.56%

R = 36.39%
G = 38.06%
B = 25.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#83895C (or 0x83895C) is known color: Bitter. HEX triplet: 83, 89 and 5C. RGB value is (131,137,92). Sum of RGB (Red+Green+Blue) = 131+137+92=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #83895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83895C is #7C76A3. Grayscale: #828282. Windows color (decimal): -8156836 or 6064515. OLE color: 6064515.

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

Color convert

RGB 131 137 92 -
CMYK 0.04 0 0.33 0.46
HSL 68º 0.2% 0.45% -
HSV(B) 68º 0.33% 0.54% -
XYZ 20.24 23.49 13.59 -
YUV 130.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 131 137 92 0.04 0 0.33 0.46 68 0.2 0.45
Hex 83 89 5C 4 0 21 2E 44 14 2D
Octal 203 211 134 4 0 41 56 104 24 55
Binary 10000011 10001001 1011100 100 0 100001 101110 1000100 10100 101101

Color Harmonies of #83895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83895C

Black with #83895C

Text Example


Text Example

White with #83895C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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