Html Css Color HEX #895D53 Spicy Mix

📋 copy color: '#895D53'

red 137 ◦ green 93 ◦ blue 83

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

Shades of Spicy Mix #895D53

Tints of Spicy Mix #895D53

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.71%

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

R = 43.77%
G = 29.71%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#895D53 (or 0x895D53) is known color: Spicy Mix. HEX triplet: 89, 5D and 53. RGB value is (137,93,83). Sum of RGB (Red+Green+Blue) = 137+93+83=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #895D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D53 is #76A2AC. Grayscale: #696969. Windows color (decimal): -7774893 or 5463433. OLE color: 5463433.

HSL color Cylindrical-coordinate representation of color #895D53: hue angle of 11.11º 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 #895D53 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 93 83 -
CMYK 0 0.32 0.39 0.46
HSL 11.11º 0.25% 0.43% -
HSV(B) 11.11º 0.39% 0.54% -
XYZ 15.79 13.77 10.01 -
YUV 105.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 137 93 83 0 0.32 0.39 0.46 11.11 0.25 0.43
Hex 89 5D 53 0 20 27 2E B 19 2B
Octal 211 135 123 0 40 47 56 13 31 53
Binary 10001001 1011101 1010011 0 100000 100111 101110 1011 11001 101011

Color Harmonies of #895D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D53

Black with #895D53

Text Example


Text Example

White with #895D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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