#935D4B

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

Shades of Spicy Mix #935D4B

Tints of Spicy Mix #935D4B

Color information

#935D4B (or 0x935D4B) is unknown color: approx Spicy Mix. HEX triplet: 93, 5D and 4B. RGB value is (147,93,75). Sum of RGB (Red+Green+Blue) = 147+93+75=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #935D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935D4B is #6CA2B4. Grayscale: #6B6B6B. Windows color (decimal): -7119541 or 4939155. OLE color: 4939155.

HSL color Cylindrical-coordinate representation of color #935D4B: hue angle of 15º degrees, saturation: 0.32, 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 #935D4B is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1479375-
CMYK00.370.490.42
HSL15º32.43%43.53%-
HSV(B)15º48.98%57.65%-
XYZ17.2214.548.56-
YUV107.09109.89156.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=46.67%
G=29.52%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147937500.370.490.421532.4343.53
Hex935D4B025312Af202c
Octal2231351130456152174054
Binary100100111011101100101101001011100011010101111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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