Shades of Spice #724B3E
Tints of Spice #724B3E
RGB
CMYK
RGB Variations
Color information
#724B3E (or 0x724B3E) is known color: Spice. HEX triplet: 72, 4B and 3E. RGB value is (114,75,62). Sum of RGB (Red+Green+Blue) = 114+75+62=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #724B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B3E is #8DB4C1. Grayscale: #555555. Windows color (decimal): -9286850 or 4082546. OLE color: 4082546.
HSL color Cylindrical-coordinate representation of color #724B3E: hue angle of 15º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #724B3E is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 75 | 62 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.55 |
| HSL | 15º | 0.3% | 0.35% | - |
| HSV(B) | 15º | 0.46% | 0.45% | - |
| XYZ | 10.33 | 8.96 | 5.74 | - |
| YUV | 85.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 62 | 0 | 0.34 | 0.46 | 0.55 | 15 | 0.3 | 0.35 |
| Hex | 72 | 4B | 3E | 0 | 22 | 2E | 37 | F | 1E | 23 |
| Octal | 162 | 113 | 76 | 0 | 42 | 56 | 67 | 17 | 36 | 43 |
| Binary | 1110010 | 1001011 | 111110 | 0 | 100010 | 101110 | 110111 | 1111 | 11110 | 100011 |
Color Harmonies of #724B3E
Complementary color
Monochromatic Colors of #724B3E
Black with #724B3E
Text Example
Text Example
White with #724B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B3E; }
p { color: rgb(114,75,62); }
H1.HeaderClassName
{
color: #724B3E;
}
.AnyTagClassName
{
color: #724B3E;
}
</style>
background-color css
<style>
a { background-color: #724B3E; }
a { background-color: rgb(114,75,62); }
div.DivClassName
{
background-color: #724B3E;
}
.BgClassName
{
background-color: #724B3E;
}
</style>
border-color css
<style>
span { border-color: #724B3E; }
span { border-color: rgb(114,75,62); }
td.TdClassName
{
border-color: #724B3E;
}
.TagClassName
{
border-color: #724B3E;
}
</style>