#755448

Color #755448 Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #755448

Tints of Spice #755448

Color information

#755448 (or 0x755448) is unknown color: approx Spice. HEX triplet: 75, 54 and 48. RGB value is (117,84,72). Sum of RGB (Red+Green+Blue) = 117+84+72=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #755448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755448 is #8AABB7. Grayscale: #5C5C5C. Windows color (decimal): -9087928 or 4740213. OLE color: 4740213.

HSL color Cylindrical-coordinate representation of color #755448: hue angle of 16º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #755448 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1178472-
CMYK00.280.380.54
HSL16º23.81%37.06%-
HSV(B)16º38.46%45.88%-
XYZ11.6810.597.56-
YUV92.5116.43145.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=42.86%
G=30.77%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117847200.280.380.541623.8137.06
Hex75544801C2636101825
Octal1651241100344666203045
Binary1110101101010010010000111001001101101101000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755448; }

 p { color: rgb(117,84,72); }

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

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

 a { background-color: rgb(117,84,72); }

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

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

 span { border-color: rgb(117,84,72); }

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