#945C4B

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

Shades of Spicy Mix #945C4B

Tints of Spicy Mix #945C4B

Color information

#945C4B (or 0x945C4B) is unknown color: approx Spicy Mix. HEX triplet: 94, 5C and 4B. RGB value is (148,92,75). Sum of RGB (Red+Green+Blue) = 148+92+75=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #945C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945C4B is #6BA3B4. Grayscale: #6A6A6A. Windows color (decimal): -7054261 or 4938900. OLE color: 4938900.

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

Color convert

RGB1489275-
CMYK00.380.490.42
HSL13.97º32.74%43.73%-
HSV(B)13.97º49.32%58.04%-
XYZ17.3114.468.53-
YUV106.81110.05157.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=46.98%
G=29.21%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148927500.380.490.4213.9732.7443.73
Hex945C4B026312Ae212c
Octal2241341130466152164154
Binary100101001011100100101101001101100011010101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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