#755247

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

Shades of Spice #755247

Tints of Spice #755247

Color information

#755247 (or 0x755247) is unknown color: approx Spice. HEX triplet: 75, 52 and 47. RGB value is (117,82,71). Sum of RGB (Red+Green+Blue) = 117+82+71=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #755247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755247 is #8AADB8. Grayscale: #5B5B5B. Windows color (decimal): -9088441 or 4674165. OLE color: 4674165.

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

Color convert

RGB1178271-
CMYK00.300.390.54
HSL14.35º24.47%36.86%-
HSV(B)14.35º39.32%45.88%-
XYZ11.4910.277.34-
YUV91.21116.6146.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 71 (28.12% from 255) = 26.30%
R=43.33%
G=30.37%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117827100.300.390.5414.3524.4736.86
Hex75524701E2736e1825
Octal1651221070364766163045
Binary111010110100101000111011110100111110110111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755247; }

 p { color: rgb(117,82,71); }

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

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

 a { background-color: rgb(117,82,71); }

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

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

 span { border-color: rgb(117,82,71); }

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