#745145

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

Shades of Spice #745145

Tints of Spice #745145

Color information

#745145 (or 0x745145) is unknown color: approx Spice. HEX triplet: 74, 51 and 45. RGB value is (116,81,69). Sum of RGB (Red+Green+Blue) = 116+81+69=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #745145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745145 is #8BAEBA. Grayscale: #5A5A5A. Windows color (decimal): -9154235 or 4542836. OLE color: 4542836.

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

Color convert

RGB1168169-
CMYK00.300.410.55
HSL15.32º25.41%36.27%-
HSV(B)15.32º40.52%45.49%-
XYZ11.2210.036.97-
YUV90.1116.1146.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=43.61%
G=30.45%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116816900.300.410.5515.3225.4136.27
Hex74514501E2937f1924
Octal1641211050365167173144
Binary111010010100011000101011110101001110111111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745145; }

 p { color: rgb(116,81,69); }

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

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

 a { background-color: rgb(116,81,69); }

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

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

 span { border-color: rgb(116,81,69); }

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