#755446

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

Shades of Spice #755446

Tints of Spice #755446

Color information

#755446 (or 0x755446) is unknown color: approx Spice. HEX triplet: 75, 54 and 46. RGB value is (117,84,70). Sum of RGB (Red+Green+Blue) = 117+84+70=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #755446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755446 is #8AABB9. Grayscale: #5C5C5C. Windows color (decimal): -9087930 or 4609141. OLE color: 4609141.

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

Color convert

RGB1178470-
CMYK00.280.400.54
HSL17.87º25.13%36.67%-
HSV(B)17.87º40.17%45.88%-
XYZ11.6110.567.22-
YUV92.27115.43145.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=43.17%
G=31.00%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117847000.280.400.5417.8725.1336.67
Hex75544601C2836121925
Octal1651241060345066223145
Binary1110101101010010001100111001010001101101001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755446; }

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

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

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

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

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

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

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

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