Shades of Spice #73544A
Tints of Spice #73544A
RGB
CMYK
RGB Variations
Color information
#73544A (or 0x73544A) is known color: Spice. HEX triplet: 73, 54 and 4A. RGB value is (115,84,74). Sum of RGB (Red+Green+Blue) = 115+84+74=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73544A is #8CABB5. Grayscale: #5C5C5C. Windows color (decimal): -9218998 or 4871283. OLE color: 4871283.
HSL color Cylindrical-coordinate representation of color #73544A: hue angle of 14.63º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73544A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 84 | 74 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.55 |
| HSL | 14.63º | 0.22% | 0.37% | - |
| HSV(B) | 14.63º | 0.36% | 0.45% | - |
| XYZ | 11.48 | 10.48 | 7.9 | - |
| YUV | 92.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 74 | 0 | 0.27 | 0.36 | 0.55 | 14.63 | 0.22 | 0.37 |
| Hex | 73 | 54 | 4A | 0 | 1B | 24 | 37 | F | 16 | 25 |
| Octal | 163 | 124 | 112 | 0 | 33 | 44 | 67 | 17 | 26 | 45 |
| Binary | 1110011 | 1010100 | 1001010 | 0 | 11011 | 100100 | 110111 | 1111 | 10110 | 100101 |
Color Harmonies of #73544A
Complementary color
Monochromatic Colors of #73544A
Black with #73544A
Text Example
Text Example
White with #73544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73544A; }
p { color: rgb(115,84,74); }
H1.HeaderClassName
{
color: #73544A;
}
.AnyTagClassName
{
color: #73544A;
}
</style>
background-color css
<style>
a { background-color: #73544A; }
a { background-color: rgb(115,84,74); }
div.DivClassName
{
background-color: #73544A;
}
.BgClassName
{
background-color: #73544A;
}
</style>
border-color css
<style>
span { border-color: #73544A; }
span { border-color: rgb(115,84,74); }
td.TdClassName
{
border-color: #73544A;
}
.TagClassName
{
border-color: #73544A;
}
</style>