Html Css Color HEX #895B53 Spicy Mix

📋 copy color: '#895B53'

red 137 ◦ green 91 ◦ blue 83

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

Shades of Spicy Mix #895B53

Tints of Spicy Mix #895B53

RGB

 RED value IS 137 (53.91% from 255) = 44.05%

 GREEN value IS 91 (35.94% from 255) = 29.26%

 BLUE value IS 83 (32.81% from 255) = 26.69%

R = 44.05%
G = 29.26%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#895B53 (or 0x895B53) is known color: Spicy Mix. HEX triplet: 89, 5B and 53. RGB value is (137,91,83). Sum of RGB (Red+Green+Blue) = 137+91+83=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #895B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895B53 is #76A4AC. Grayscale: #676767. Windows color (decimal): -7775405 or 5462921. OLE color: 5462921.

HSL color Cylindrical-coordinate representation of color #895B53: hue angle of 8.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895B53 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 91 83 -
CMYK 0 0.34 0.39 0.46
HSL 8.89º 0.25% 0.43% -
HSV(B) 8.89º 0.39% 0.54% -
XYZ 15.62 13.43 9.95 -
YUV 103.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 137 91 83 0 0.34 0.39 0.46 8.89 0.25 0.43
Hex 89 5B 53 0 22 27 2E 9 19 2B
Octal 211 133 123 0 42 47 56 11 31 53
Binary 10001001 1011011 1010011 0 100010 100111 101110 1001 11001 101011

Color Harmonies of #895B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895B53

Black with #895B53

Text Example


Text Example

White with #895B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895B53; }

 p { color: rgb(137,91,83); }

 H1.HeaderClassName
 {
   color: #895B53;
 }
 .AnyTagClassName
 {
   color: #895B53;
 }
</style>

background-color css

<style>
 a { background-color: #895B53; }

 a { background-color: rgb(137,91,83); }

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

border-color css

<style>
 span { border-color: #895B53; }

 span { border-color: rgb(137,91,83); }

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