Html Css Color HEX #945949 Spicy Mix

📋 copy color: '#945949'

red 148 ◦ green 89 ◦ blue 73

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

Shades of Spicy Mix #945949

Tints of Spicy Mix #945949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

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

R = 47.74%
G = 28.71%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#945949 (or 0x945949) is known color: Spicy Mix. HEX triplet: 94, 59 and 49. RGB value is (148,89,73). Sum of RGB (Red+Green+Blue) = 148+89+73=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #945949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945949 is #6BA6B6. Grayscale: #686868. Windows color (decimal): -7055031 or 4807060. OLE color: 4807060.

HSL color Cylindrical-coordinate representation of color #945949: hue angle of 12.8º 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 #945949 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 73 -
CMYK 0 0.40 0.51 0.42
HSL 12.8º 0.34% 0.43% -
HSV(B) 12.8º 0.51% 0.58% -
XYZ 16.99 13.92 8.1 -
YUV 104.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 148 89 73 0 0.40 0.51 0.42 12.8 0.34 0.43
Hex 94 59 49 0 28 33 2A D 22 2B
Octal 224 131 111 0 50 63 52 15 42 53
Binary 10010100 1011001 1001001 0 101000 110011 101010 1101 100010 101011

Color Harmonies of #945949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945949

Black with #945949

Text Example


Text Example

White with #945949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945949; }

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

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

background-color css

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

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

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

border-color css

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

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

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