Shades of Hot Toddy #9F7F34
Tints of Hot Toddy #9F7F34
RGB
CMYK
RGB Variations
Color information
#9F7F34 (or 0x9F7F34) is known color: Hot Toddy. HEX triplet: 9F, 7F and 34. RGB value is (159,127,52). Sum of RGB (Red+Green+Blue) = 159+127+52=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7F34 is #6080CB. Grayscale: #808080. Windows color (decimal): -6324428 or 3440543. OLE color: 3440543.
HSL color Cylindrical-coordinate representation of color #9F7F34: hue angle of 42.06º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F7F34 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 127 | 52 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.38 |
| HSL | 42.06º | 0.51% | 0.41% | - |
| HSV(B) | 42.06º | 0.67% | 0.62% | - |
| XYZ | 22.51 | 22.8 | 6.46 | - |
| YUV | 128.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 52 | 0 | 0.20 | 0.67 | 0.38 | 42.06 | 0.51 | 0.41 |
| Hex | 9F | 7F | 34 | 0 | 14 | 43 | 26 | 2A | 33 | 29 |
| Octal | 237 | 177 | 64 | 0 | 24 | 103 | 46 | 52 | 63 | 51 |
| Binary | 10011111 | 1111111 | 110100 | 0 | 10100 | 1000011 | 100110 | 101010 | 110011 | 101001 |
Color Harmonies of #9F7F34
Complementary color
Monochromatic Colors of #9F7F34
Black with #9F7F34
Text Example
Text Example
White with #9F7F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7F34; }
p { color: rgb(159,127,52); }
H1.HeaderClassName
{
color: #9F7F34;
}
.AnyTagClassName
{
color: #9F7F34;
}
</style>
background-color css
<style>
a { background-color: #9F7F34; }
a { background-color: rgb(159,127,52); }
div.DivClassName
{
background-color: #9F7F34;
}
.BgClassName
{
background-color: #9F7F34;
}
</style>
border-color css
<style>
span { border-color: #9F7F34; }
span { border-color: rgb(159,127,52); }
td.TdClassName
{
border-color: #9F7F34;
}
.TagClassName
{
border-color: #9F7F34;
}
</style>