Html Css Color HEX #895E52 Spicy Mix

📋 copy color: '#895E52'

red 137 ◦ green 94 ◦ blue 82

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

Shades of Spicy Mix #895E52

Tints of Spicy Mix #895E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.03%

 BLUE value IS 82 (32.42% from 255) = 26.2%

R = 43.77%
G = 30.03%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#895E52 (or 0x895E52) is known color: Spicy Mix. HEX triplet: 89, 5E and 52. RGB value is (137,94,82). Sum of RGB (Red+Green+Blue) = 137+94+82=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #895E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E52 is #76A1AD. Grayscale: #696969. Windows color (decimal): -7774638 or 5398153. OLE color: 5398153.

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

Color convert

RGB 137 94 82 -
CMYK 0 0.31 0.40 0.46
HSL 13.09º 0.25% 0.43% -
HSV(B) 13.09º 0.4% 0.54% -
XYZ 15.84 13.93 9.84 -
YUV 105.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 137 94 82 0 0.31 0.40 0.46 13.09 0.25 0.43
Hex 89 5E 52 0 1F 28 2E D 19 2B
Octal 211 136 122 0 37 50 56 15 31 53
Binary 10001001 1011110 1010010 0 11111 101000 101110 1101 11001 101011

Color Harmonies of #895E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E52

Black with #895E52

Text Example


Text Example

White with #895E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,94,82); }

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

background-color css

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

 a { background-color: rgb(137,94,82); }

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

border-color css

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

 span { border-color: rgb(137,94,82); }

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