Html Css Color HEX #946048 Spicy Mix

📋 copy color: '#946048'

red 148 ◦ green 96 ◦ blue 72

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

Shades of Spicy Mix #946048

Tints of Spicy Mix #946048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.38%

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 46.84%
G = 30.38%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#946048 (or 0x946048) is known color: Spicy Mix. HEX triplet: 94, 60 and 48. RGB value is (148,96,72). Sum of RGB (Red+Green+Blue) = 148+96+72=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #946048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946048 is #6B9FB7. Grayscale: #6C6C6C. Windows color (decimal): -7053240 or 4743316. OLE color: 4743316.

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

Color convert

RGB 148 96 72 -
CMYK 0 0.35 0.51 0.42
HSL 18.95º 0.35% 0.43% -
HSV(B) 18.95º 0.51% 0.58% -
XYZ 17.57 15.13 8.13 -
YUV 108.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 148 96 72 0 0.35 0.51 0.42 18.95 0.35 0.43
Hex 94 60 48 0 23 33 2A 13 23 2B
Octal 224 140 110 0 43 63 52 23 43 53
Binary 10010100 1100000 1001000 0 100011 110011 101010 10011 100011 101011

Color Harmonies of #946048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946048

Black with #946048

Text Example


Text Example

White with #946048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946048; }

 p { color: rgb(148,96,72); }

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

background-color css

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

 a { background-color: rgb(148,96,72); }

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

border-color css

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

 span { border-color: rgb(148,96,72); }

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