Shades of Hot Toddy #B07324
Tints of Hot Toddy #B07324
RGB
CMYK
RGB Variations
Color information
#B07324 (or 0xB07324) is known color: Hot Toddy. HEX triplet: B0, 73 and 24. RGB value is (176,115,36). Sum of RGB (Red+Green+Blue) = 176+115+36=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B07324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07324 is #4F8CDB. Grayscale: #7C7C7C. Windows color (decimal): -5213404 or 2388912. OLE color: 2388912.
HSL color Cylindrical-coordinate representation of color #B07324: hue angle of 33.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B07324 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 36 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.31 |
| HSL | 33.86º | 0.66% | 0.42% | - |
| HSV(B) | 33.86º | 0.8% | 0.69% | - |
| XYZ | 24.35 | 21.62 | 4.56 | - |
| YUV | 124.23 | 78.21 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 36 | 0 | 0.35 | 0.80 | 0.31 | 33.86 | 0.66 | 0.42 |
| Hex | B0 | 73 | 24 | 0 | 23 | 50 | 1F | 22 | 42 | 2A |
| Octal | 260 | 163 | 44 | 0 | 43 | 120 | 37 | 42 | 102 | 52 |
| Binary | 10110000 | 1110011 | 100100 | 0 | 100011 | 1010000 | 11111 | 100010 | 1000010 | 101010 |
Color Harmonies of #B07324
Complementary color
Monochromatic Colors of #B07324
Black with #B07324
Text Example
Text Example
White with #B07324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07324; }
p { color: rgb(176,115,36); }
H1.HeaderClassName
{
color: #B07324;
}
.AnyTagClassName
{
color: #B07324;
}
</style>
background-color css
<style>
a { background-color: #B07324; }
a { background-color: rgb(176,115,36); }
div.DivClassName
{
background-color: #B07324;
}
.BgClassName
{
background-color: #B07324;
}
</style>
border-color css
<style>
span { border-color: #B07324; }
span { border-color: rgb(176,115,36); }
td.TdClassName
{
border-color: #B07324;
}
.TagClassName
{
border-color: #B07324;
}
</style>