#745244

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

Shades of Spice #745244

Tints of Spice #745244

Color information

#745244 (or 0x745244) is unknown color: approx Spice. HEX triplet: 74, 52 and 44. RGB value is (116,82,68). Sum of RGB (Red+Green+Blue) = 116+82+68=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #745244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745244 is #8BADBB. Grayscale: #5A5A5A. Windows color (decimal): -9153980 or 4477556. OLE color: 4477556.

HSL color Cylindrical-coordinate representation of color #745244: hue angle of 17.5º degrees, saturation: 0.26, 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 #745244 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1168268-
CMYK00.290.410.55
HSL17.5º26.09%36.08%-
HSV(B)17.5º41.38%45.49%-
XYZ11.2610.166.84-
YUV90.57115.26146.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 68 (26.95% from 255) = 25.56%
R=43.61%
G=30.83%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116826800.290.410.5517.526.0936.08
Hex74524401D2937121a24
Octal1641221040355167223244
Binary1110100101001010001000111011010011101111001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745244; }

 p { color: rgb(116,82,68); }

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

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

 a { background-color: rgb(116,82,68); }

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

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

 span { border-color: rgb(116,82,68); }

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