Html Css Color HEX #945D49 Spicy Mix

📋 copy color: '#945D49'

red 148 ◦ green 93 ◦ blue 73

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

Shades of Spicy Mix #945D49

Tints of Spicy Mix #945D49

RGB

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

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

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

R = 47.13%
G = 29.62%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#945D49 (or 0x945D49) is known color: Spicy Mix. HEX triplet: 94, 5D and 49. RGB value is (148,93,73). Sum of RGB (Red+Green+Blue) = 148+93+73=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #945D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945D49 is #6BA2B6. Grayscale: #6B6B6B. Windows color (decimal): -7054007 or 4808084. OLE color: 4808084.

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

Color convert

RGB 148 93 73 -
CMYK 0 0.37 0.51 0.42
HSL 16º 0.34% 0.43% -
HSV(B) 16º 0.51% 0.58% -
XYZ 17.33 14.61 8.21 -
YUV 107.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 148 93 73 0 0.37 0.51 0.42 16 0.34 0.43
Hex 94 5D 49 0 25 33 2A 10 22 2B
Octal 224 135 111 0 45 63 52 20 42 53
Binary 10010100 1011101 1001001 0 100101 110011 101010 10000 100010 101011

Color Harmonies of #945D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945D49

Black with #945D49

Text Example


Text Example

White with #945D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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