Shades of Spice #724B3D
Tints of Spice #724B3D
RGB
CMYK
RGB Variations
Color information
#724B3D (or 0x724B3D) is known color: Spice. HEX triplet: 72, 4B and 3D. RGB value is (114,75,61). Sum of RGB (Red+Green+Blue) = 114+75+61=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #724B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B3D is #8DB4C2. Grayscale: #555555. Windows color (decimal): -9286851 or 4017010. OLE color: 4017010.
HSL color Cylindrical-coordinate representation of color #724B3D: hue angle of 15.85º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #724B3D is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 75 | 61 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.55 |
| HSL | 15.85º | 0.3% | 0.34% | - |
| HSV(B) | 15.85º | 0.46% | 0.45% | - |
| XYZ | 10.3 | 8.95 | 5.6 | - |
| YUV | 85.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 61 | 0 | 0.34 | 0.46 | 0.55 | 15.85 | 0.3 | 0.34 |
| Hex | 72 | 4B | 3D | 0 | 22 | 2E | 37 | 10 | 1E | 22 |
| Octal | 162 | 113 | 75 | 0 | 42 | 56 | 67 | 20 | 36 | 42 |
| Binary | 1110010 | 1001011 | 111101 | 0 | 100010 | 101110 | 110111 | 10000 | 11110 | 100010 |
Color Harmonies of #724B3D
Complementary color
Monochromatic Colors of #724B3D
Black with #724B3D
Text Example
Text Example
White with #724B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B3D; }
p { color: rgb(114,75,61); }
H1.HeaderClassName
{
color: #724B3D;
}
.AnyTagClassName
{
color: #724B3D;
}
</style>
background-color css
<style>
a { background-color: #724B3D; }
a { background-color: rgb(114,75,61); }
div.DivClassName
{
background-color: #724B3D;
}
.BgClassName
{
background-color: #724B3D;
}
</style>
border-color css
<style>
span { border-color: #724B3D; }
span { border-color: rgb(114,75,61); }
td.TdClassName
{
border-color: #724B3D;
}
.TagClassName
{
border-color: #724B3D;
}
</style>