#745248

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

Shades of Spice #745248

Tints of Spice #745248

Color information

#745248 (or 0x745248) is unknown color: approx Spice. HEX triplet: 74, 52 and 48. RGB value is (116,82,72). Sum of RGB (Red+Green+Blue) = 116+82+72=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #745248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745248 is #8BADB7. Grayscale: #5B5B5B. Windows color (decimal): -9153976 or 4739700. OLE color: 4739700.

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

Color convert

RGB1168272-
CMYK00.290.380.55
HSL13.64º23.4%36.86%-
HSV(B)13.64º37.93%45.49%-
XYZ11.3910.227.5-
YUV91.03117.26145.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=42.96%
G=30.37%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116827200.290.380.5513.6423.436.86
Hex74524801D2637e1725
Octal1641221100354667162745
Binary111010010100101001000011101100110110111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745248; }

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

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

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

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

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

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

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

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