#755346

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

Shades of Spice #755346

Tints of Spice #755346

Color information

#755346 (or 0x755346) is unknown color: approx Spice. HEX triplet: 75, 53 and 46. RGB value is (117,83,70). Sum of RGB (Red+Green+Blue) = 117+83+70=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #755346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755346 is #8AACB9. Grayscale: #5B5B5B. Windows color (decimal): -9088186 or 4608885. OLE color: 4608885.

HSL color Cylindrical-coordinate representation of color #755346: hue angle of 16.6º 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 #755346 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1178370-
CMYK00.290.400.54
HSL16.6º25.13%36.67%-
HSV(B)16.6º40.17%45.88%-
XYZ11.5310.417.2-
YUV91.68115.76146.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=43.33%
G=30.74%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117837000.290.400.5416.625.1336.67
Hex75534601D2836111925
Octal1651231060355066213145
Binary1110101101001110001100111011010001101101000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755346; }

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

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

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

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

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

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

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

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