#755245

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

Shades of Spice #755245

Tints of Spice #755245

Color information

#755245 (or 0x755245) is unknown color: approx Spice. HEX triplet: 75, 52 and 45. RGB value is (117,82,69). Sum of RGB (Red+Green+Blue) = 117+82+69=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #755245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755245 is #8AADBA. Grayscale: #5B5B5B. Windows color (decimal): -9088443 or 4543093. OLE color: 4543093.

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

Color convert

RGB1178269-
CMYK00.300.410.54
HSL16.25º25.81%36.47%-
HSV(B)16.25º41.03%45.88%-
XYZ11.4310.257.01-
YUV90.98115.6146.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=43.66%
G=30.60%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117826900.300.410.5416.2525.8136.47
Hex75524501E2936101a24
Octal1651221050365166203244
Binary1110101101001010001010111101010011101101000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755245; }

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

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

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

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

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

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

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

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