#735247

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

Shades of Spice #735247

Tints of Spice #735247

Color information

#735247 (or 0x735247) is unknown color: approx Spice. HEX triplet: 73, 52 and 47. RGB value is (115,82,71). Sum of RGB (Red+Green+Blue) = 115+82+71=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #735247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735247 is #8CADB8. Grayscale: #5A5A5A. Windows color (decimal): -9219513 or 4674163. OLE color: 4674163.

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

Color convert

RGB1158271-
CMYK00.290.380.55
HSL15º23.66%36.47%-
HSV(B)15º38.26%45.1%-
XYZ11.2210.137.33-
YUV90.61116.93145.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=42.91%
G=30.60%
B=26.49%

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
Decimal115827100.290.380.551523.6636.47
Hex73524701D2637f1824
Octal1631221070354667173044
Binary111001110100101000111011101100110110111111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735247; }

 p { color: rgb(115,82,71); }

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

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

 a { background-color: rgb(115,82,71); }

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

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

 span { border-color: rgb(115,82,71); }

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