#755348

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

Shades of Spice #755348

Tints of Spice #755348

Color information

#755348 (or 0x755348) is unknown color: approx Spice. HEX triplet: 75, 53 and 48. RGB value is (117,83,72). Sum of RGB (Red+Green+Blue) = 117+83+72=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #755348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755348 is #8AACB7. Grayscale: #5B5B5B. Windows color (decimal): -9088184 or 4739957. OLE color: 4739957.

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

Color convert

RGB1178372-
CMYK00.290.380.54
HSL14.67º23.81%37.06%-
HSV(B)14.67º38.46%45.88%-
XYZ11.610.447.53-
YUV91.91116.76145.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=43.01%
G=30.51%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117837200.290.380.5414.6723.8137.06
Hex75534801D2636f1825
Octal1651231100354666173045
Binary111010110100111001000011101100110110110111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755348; }

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

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

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

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

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

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

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

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