#765548

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

Shades of Spice #765548

Tints of Spice #765548

Color information

#765548 (or 0x765548) is unknown color: approx Spice. HEX triplet: 76, 55 and 48. RGB value is (118,85,72). Sum of RGB (Red+Green+Blue) = 118+85+72=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765548 is #89AAB7. Grayscale: #5D5D5D. Windows color (decimal): -9022136 or 4740470. OLE color: 4740470.

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

Color convert

RGB1188572-
CMYK00.280.390.54
HSL16.96º24.21%37.25%-
HSV(B)16.96º38.98%46.27%-
XYZ11.8910.827.59-
YUV93.38115.93145.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=42.91%
G=30.91%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118857200.280.390.5416.9624.2137.25
Hex76554801C2736111825
Octal1661251100344766213045
Binary1110110101010110010000111001001111101101000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765548; }

 p { color: rgb(118,85,72); }

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

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

 a { background-color: rgb(118,85,72); }

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

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

 span { border-color: rgb(118,85,72); }

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