Html Css Color HEX #945D4A Spicy Mix

📋 copy color: '#945D4A'

red 148 ◦ green 93 ◦ blue 74

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

Shades of Spicy Mix #945D4A

Tints of Spicy Mix #945D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 46.98%
G = 29.52%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#945D4A (or 0x945D4A) is known color: Spicy Mix. HEX triplet: 94, 5D and 4A. RGB value is (148,93,74). Sum of RGB (Red+Green+Blue) = 148+93+74=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #945D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945D4A is #6BA2B5. Grayscale: #6B6B6B. Windows color (decimal): -7054006 or 4873620. OLE color: 4873620.

HSL color Cylindrical-coordinate representation of color #945D4A: hue angle of 15.41º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #945D4A is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 93 74 -
CMYK 0 0.37 0.50 0.42
HSL 15.41º 0.33% 0.44% -
HSV(B) 15.41º 0.5% 0.58% -
XYZ 17.36 14.62 8.39 -
YUV 107.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 148 93 74 0 0.37 0.50 0.42 15.41 0.33 0.44
Hex 94 5D 4A 0 25 32 2A F 21 2C
Octal 224 135 112 0 45 62 52 17 41 54
Binary 10010100 1011101 1001010 0 100101 110010 101010 1111 100001 101100

Color Harmonies of #945D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945D4A

Black with #945D4A

Text Example


Text Example

White with #945D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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