#755248

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

Shades of Spice #755248

Tints of Spice #755248

Color information

#755248 (or 0x755248) is unknown color: approx Spice. HEX triplet: 75, 52 and 48. RGB value is (117,82,72). Sum of RGB (Red+Green+Blue) = 117+82+72=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #755248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755248 is #8AADB7. Grayscale: #5B5B5B. Windows color (decimal): -9088440 or 4739701. OLE color: 4739701.

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

Color convert

RGB1178272-
CMYK00.300.380.54
HSL13.33º23.81%37.06%-
HSV(B)13.33º38.46%45.88%-
XYZ11.5210.287.51-
YUV91.32117.1146.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=43.17%
G=30.26%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117827200.300.380.5413.3323.8137.06
Hex75524801E2636d1825
Octal1651221100364666153045
Binary111010110100101001000011110100110110110110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755248; }

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

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

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

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

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

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

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

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