Html Css Color HEX #915B50 Spicy Mix

📋 copy color: '#915B50'

red 145 ◦ green 91 ◦ blue 80

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

Shades of Spicy Mix #915B50

Tints of Spicy Mix #915B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 45.89%
G = 28.8%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#915B50 (or 0x915B50) is known color: Spicy Mix. HEX triplet: 91, 5B and 50. RGB value is (145,91,80). Sum of RGB (Red+Green+Blue) = 145+91+80=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #915B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B50 is #6EA4AF. Grayscale: #696969. Windows color (decimal): -7251120 or 5266321. OLE color: 5266321.

HSL color Cylindrical-coordinate representation of color #915B50: hue angle of 10.15º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915B50 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 91 80 -
CMYK 0 0.37 0.45 0.43
HSL 10.15º 0.29% 0.44% -
HSV(B) 10.15º 0.45% 0.57% -
XYZ 16.87 14.08 9.42 -
YUV 105.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 145 91 80 0 0.37 0.45 0.43 10.15 0.29 0.44
Hex 91 5B 50 0 25 2D 2B A 1D 2C
Octal 221 133 120 0 45 55 53 12 35 54
Binary 10010001 1011011 1010000 0 100101 101101 101011 1010 11101 101100

Color Harmonies of #915B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B50

Black with #915B50

Text Example


Text Example

White with #915B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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