Html Css Color HEX #895948 Spicy Mix

📋 copy color: '#895948'

red 137 ◦ green 89 ◦ blue 72

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

Shades of Spicy Mix #895948

Tints of Spicy Mix #895948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.87%

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 45.97%
G = 29.87%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#895948 (or 0x895948) is known color: Spicy Mix. HEX triplet: 89, 59 and 48. RGB value is (137,89,72). Sum of RGB (Red+Green+Blue) = 137+89+72=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #895948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895948 is #76A6B7. Grayscale: #656565. Windows color (decimal): -7775928 or 4741513. OLE color: 4741513.

HSL color Cylindrical-coordinate representation of color #895948: hue angle of 15.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895948 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 89 72 -
CMYK 0 0.35 0.47 0.46
HSL 15.69º 0.31% 0.41% -
HSV(B) 15.69º 0.47% 0.54% -
XYZ 15.06 12.93 7.83 -
YUV 101.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 137 89 72 0 0.35 0.47 0.46 15.69 0.31 0.41
Hex 89 59 48 0 23 2F 2E 10 1F 29
Octal 211 131 110 0 43 57 56 20 37 51
Binary 10001001 1011001 1001000 0 100011 101111 101110 10000 11111 101001

Color Harmonies of #895948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895948

Black with #895948

Text Example


Text Example

White with #895948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895948; }

 p { color: rgb(137,89,72); }

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

background-color css

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

 a { background-color: rgb(137,89,72); }

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

border-color css

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

 span { border-color: rgb(137,89,72); }

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