#745043

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

Shades of Spice #745043

Tints of Spice #745043

Color information

#745043 (or 0x745043) is unknown color: approx Spice. HEX triplet: 74, 50 and 43. RGB value is (116,80,67). Sum of RGB (Red+Green+Blue) = 116+80+67=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #745043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745043 is #8BAFBC. Grayscale: #595959. Windows color (decimal): -9154493 or 4411508. OLE color: 4411508.

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

Color convert

RGB1168067-
CMYK00.310.420.55
HSL15.92º26.78%35.88%-
HSV(B)15.92º42.24%45.49%-
XYZ11.089.866.63-
YUV89.28115.43147.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=44.11%
G=30.42%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116806700.310.420.5515.9226.7835.88
Hex74504301F2A37101b24
Octal1641201030375267203344
Binary1110100101000010000110111111010101101111000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745043; }

 p { color: rgb(116,80,67); }

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

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

 a { background-color: rgb(116,80,67); }

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

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

 span { border-color: rgb(116,80,67); }

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