#945B4A

Color #945B4A Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #945B4A

Tints of Spicy Mix #945B4A

Color information

#945B4A (or 0x945B4A) is unknown color: approx Spicy Mix. HEX triplet: 94, 5B and 4A. RGB value is (148,91,74). Sum of RGB (Red+Green+Blue) = 148+91+74=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #945B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945B4A is #6BA4B5. Grayscale: #6A6A6A. Windows color (decimal): -7054518 or 4873108. OLE color: 4873108.

HSL color Cylindrical-coordinate representation of color #945B4A: hue angle of 13.78º 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 #945B4A is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1489174-
CMYK00.390.500.42
HSL13.78º33.33%43.53%-
HSV(B)13.78º50%58.04%-
XYZ17.1914.278.33-
YUV106.1109.88157.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=47.28%
G=29.07%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148917400.390.500.4213.7833.3343.53
Hex945B4A027322Ae212c
Octal2241331120476252164154
Binary100101001011011100101001001111100101010101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #945B4A;
 }
 .AnyTagClassName
 {
   color: #945B4A;
 }
</style>
background-color css

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

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

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

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

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

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