Html Css Color HEX #945D50 Spicy Mix

📋 copy color: '#945D50'

red 148 ◦ green 93 ◦ blue 80

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

Shades of Spicy Mix #945D50

Tints of Spicy Mix #945D50

RGB

 RED value IS 148 (58.2% from 255) = 46.11%

 GREEN value IS 93 (36.72% from 255) = 28.97%

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

R = 46.11%
G = 28.97%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#945D50 (or 0x945D50) is known color: Spicy Mix. HEX triplet: 94, 5D and 50. RGB value is (148,93,80). Sum of RGB (Red+Green+Blue) = 148+93+80=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #945D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945D50 is #6BA2AF. Grayscale: #6C6C6C. Windows color (decimal): -7054000 or 5266836. OLE color: 5266836.

HSL color Cylindrical-coordinate representation of color #945D50: hue angle of 11.47º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #945D50 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 93 80 -
CMYK 0 0.37 0.46 0.42
HSL 11.47º 0.3% 0.45% -
HSV(B) 11.47º 0.46% 0.58% -
XYZ 17.58 14.7 9.5 -
YUV 107.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 148 93 80 0 0.37 0.46 0.42 11.47 0.3 0.45
Hex 94 5D 50 0 25 2E 2A B 1E 2D
Octal 224 135 120 0 45 56 52 13 36 55
Binary 10010100 1011101 1010000 0 100101 101110 101010 1011 11110 101101

Color Harmonies of #945D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945D50

Black with #945D50

Text Example


Text Example

White with #945D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945D50; }

 p { color: rgb(148,93,80); }

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

background-color css

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

 a { background-color: rgb(148,93,80); }

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

border-color css

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

 span { border-color: rgb(148,93,80); }

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