#745246

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

Shades of Spice #745246

Tints of Spice #745246

Color information

#745246 (or 0x745246) is unknown color: approx Spice. HEX triplet: 74, 52 and 46. RGB value is (116,82,70). Sum of RGB (Red+Green+Blue) = 116+82+70=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #745246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745246 is #8BADB9. Grayscale: #5A5A5A. Windows color (decimal): -9153978 or 4608628. OLE color: 4608628.

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

Color convert

RGB1168270-
CMYK00.290.400.55
HSL15.65º24.73%36.47%-
HSV(B)15.65º39.66%45.49%-
XYZ11.3310.197.16-
YUV90.8116.26145.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 70 (27.73% from 255) = 26.12%
R=43.28%
G=30.60%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116827000.290.400.5515.6524.7336.47
Hex74524601D2837101924
Octal1641221060355067203144
Binary1110100101001010001100111011010001101111000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745246; }

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

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

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

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

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

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

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

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