#745448

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

Shades of Spice #745448

Tints of Spice #745448

Color information

#745448 (or 0x745448) is unknown color: approx Spice. HEX triplet: 74, 54 and 48. RGB value is (116,84,72). Sum of RGB (Red+Green+Blue) = 116+84+72=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #745448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745448 is #8BABB7. Grayscale: #5C5C5C. Windows color (decimal): -9153464 or 4740212. OLE color: 4740212.

HSL color Cylindrical-coordinate representation of color #745448: hue angle of 16.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #745448 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1168472-
CMYK00.280.380.55
HSL16.36º23.4%36.86%-
HSV(B)16.36º37.93%45.49%-
XYZ11.5410.527.55-
YUV92.2116.6144.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=42.65%
G=30.88%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116847200.280.380.5516.3623.436.86
Hex74544801C2637101725
Octal1641241100344667202745
Binary1110100101010010010000111001001101101111000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745448; }

 p { color: rgb(116,84,72); }

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

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

 a { background-color: rgb(116,84,72); }

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

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

 span { border-color: rgb(116,84,72); }

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