#915948

Color #915948 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #915948

Tints of Spicy Mix #915948

Color information

#915948 (or 0x915948) is unknown color: approx Spicy Mix. HEX triplet: 91, 59 and 48. RGB value is (145,89,72). Sum of RGB (Red+Green+Blue) = 145+89+72=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #915948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915948 is #6EA6B7. Grayscale: #676767. Windows color (decimal): -7251640 or 4741521. OLE color: 4741521.

HSL color Cylindrical-coordinate representation of color #915948: hue angle of 13.97º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #915948 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB1458972-
CMYK00.390.500.43
HSL13.97º33.64%42.55%-
HSV(B)13.97º50.34%56.86%-
XYZ16.4213.637.9-
YUV103.81110.05157.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.39%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=47.39%
G=29.08%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145897200.390.500.4313.9733.6442.55
Hex915948027322Be222b
Octal2211311100476253164253
Binary100100011011001100100001001111100101010111110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915948; }

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

 H1.HeaderClassName
 {
   color: #915948;
 }
 .AnyTagClassName
 {
   color: #915948;
 }
</style>
background-color css

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

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

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

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

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

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