Html Css Color HEX #945D4B Spicy Mix

📋 copy color: '#945D4B'

red 148 ◦ green 93 ◦ blue 75

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

Shades of Spicy Mix #945D4B

Tints of Spicy Mix #945D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 46.84%
G = 29.43%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#945D4B (or 0x945D4B) is known color: Spicy Mix. HEX triplet: 94, 5D and 4B. RGB value is (148,93,75). Sum of RGB (Red+Green+Blue) = 148+93+75=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #945D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945D4B is #6BA2B4. Grayscale: #6B6B6B. Windows color (decimal): -7054005 or 4939156. OLE color: 4939156.

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

Color convert

RGB 148 93 75 -
CMYK 0 0.37 0.49 0.42
HSL 14.79º 0.33% 0.44% -
HSV(B) 14.79º 0.49% 0.58% -
XYZ 17.4 14.63 8.56 -
YUV 107.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 148 93 75 0 0.37 0.49 0.42 14.79 0.33 0.44
Hex 94 5D 4B 0 25 31 2A F 21 2C
Octal 224 135 113 0 45 61 52 17 41 54
Binary 10010100 1011101 1001011 0 100101 110001 101010 1111 100001 101100

Color Harmonies of #945D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945D4B

Black with #945D4B

Text Example


Text Example

White with #945D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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