#745146

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

Shades of Spice #745146

Tints of Spice #745146

Color information

#745146 (or 0x745146) is unknown color: approx Spice. HEX triplet: 74, 51 and 46. RGB value is (116,81,70). Sum of RGB (Red+Green+Blue) = 116+81+70=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #745146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745146 is #8BAEB9. Grayscale: #5A5A5A. Windows color (decimal): -9154234 or 4608372. OLE color: 4608372.

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

Color convert

RGB1168170-
CMYK00.300.400.55
HSL14.35º24.73%36.47%-
HSV(B)14.35º39.66%45.49%-
XYZ11.2510.047.14-
YUV90.21116.6146.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=43.45%
G=30.34%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116817000.300.400.5514.3524.7336.47
Hex74514601E2837e1924
Octal1641211060365067163144
Binary111010010100011000110011110101000110111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745146; }

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

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

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

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

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

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

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

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