Html Css Color HEX #915B49 Spicy Mix

📋 copy color: '#915B49'

red 145 ◦ green 91 ◦ blue 73

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

Shades of Spicy Mix #915B49

Tints of Spicy Mix #915B49

RGB

 RED value IS 145 (57.03% from 255) = 46.93%

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

 BLUE value IS 73 (28.91% from 255) = 23.62%

R = 46.93%
G = 29.45%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#915B49 (or 0x915B49) is known color: Spicy Mix. HEX triplet: 91, 5B and 49. RGB value is (145,91,73). Sum of RGB (Red+Green+Blue) = 145+91+73=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #915B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915B49 is #6EA4B6. Grayscale: #696969. Windows color (decimal): -7251127 or 4807569. OLE color: 4807569.

HSL color Cylindrical-coordinate representation of color #915B49: hue angle of 15º degrees, saturation: 0.33, 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 #915B49 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 91 73 -
CMYK 0 0.37 0.50 0.43
HSL 15º 0.33% 0.43% -
HSV(B) 15º 0.5% 0.57% -
XYZ 16.62 13.98 8.13 -
YUV 105.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 145 91 73 0 0.37 0.50 0.43 15 0.33 0.43
Hex 91 5B 49 0 25 32 2B F 21 2B
Octal 221 133 111 0 45 62 53 17 41 53
Binary 10010001 1011011 1001001 0 100101 110010 101011 1111 100001 101011

Color Harmonies of #915B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B49

Black with #915B49

Text Example


Text Example

White with #915B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915B49; }

 p { color: rgb(145,91,73); }

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

background-color css

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

 a { background-color: rgb(145,91,73); }

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

border-color css

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

 span { border-color: rgb(145,91,73); }

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