#735448

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

Shades of Spice #735448

Tints of Spice #735448

Color information

#735448 (or 0x735448) is unknown color: approx Spice. HEX triplet: 73, 54 and 48. RGB value is (115,84,72). Sum of RGB (Red+Green+Blue) = 115+84+72=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #735448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735448 is #8CABB7. Grayscale: #5B5B5B. Windows color (decimal): -9219000 or 4740211. OLE color: 4740211.

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

Color convert

RGB1158472-
CMYK00.270.370.55
HSL16.74º22.99%36.67%-
HSV(B)16.74º37.39%45.1%-
XYZ11.4110.457.55-
YUV91.9116.77144.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=42.44%
G=31.00%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115847200.270.370.5516.7422.9936.67
Hex73544801B2537111725
Octal1631241100334567212745
Binary1110011101010010010000110111001011101111000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735448; }

 p { color: rgb(115,84,72); }

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

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

 a { background-color: rgb(115,84,72); }

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

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

 span { border-color: rgb(115,84,72); }

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