Shades of Hot Toddy #B07224
Tints of Hot Toddy #B07224
RGB
CMYK
RGB Variations
Color information
#B07224 (or 0xB07224) is known color: Hot Toddy. HEX triplet: B0, 72 and 24. RGB value is (176,114,36). Sum of RGB (Red+Green+Blue) = 176+114+36=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B07224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07224 is #4F8DDB. Grayscale: #7C7C7C. Windows color (decimal): -5213660 or 2388656. OLE color: 2388656.
HSL color Cylindrical-coordinate representation of color #B07224: hue angle of 33.43º 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 #B07224 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 36 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.31 |
| HSL | 33.43º | 0.66% | 0.42% | - |
| HSV(B) | 33.43º | 0.8% | 0.69% | - |
| XYZ | 24.24 | 21.39 | 4.52 | - |
| YUV | 123.65 | 78.54 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 36 | 0 | 0.35 | 0.80 | 0.31 | 33.43 | 0.66 | 0.42 |
| Hex | B0 | 72 | 24 | 0 | 23 | 50 | 1F | 21 | 42 | 2A |
| Octal | 260 | 162 | 44 | 0 | 43 | 120 | 37 | 41 | 102 | 52 |
| Binary | 10110000 | 1110010 | 100100 | 0 | 100011 | 1010000 | 11111 | 100001 | 1000010 | 101010 |
Color Harmonies of #B07224
Complementary color
Monochromatic Colors of #B07224
Black with #B07224
Text Example
Text Example
White with #B07224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07224; }
p { color: rgb(176,114,36); }
H1.HeaderClassName
{
color: #B07224;
}
.AnyTagClassName
{
color: #B07224;
}
</style>
background-color css
<style>
a { background-color: #B07224; }
a { background-color: rgb(176,114,36); }
div.DivClassName
{
background-color: #B07224;
}
.BgClassName
{
background-color: #B07224;
}
</style>
border-color css
<style>
span { border-color: #B07224; }
span { border-color: rgb(176,114,36); }
td.TdClassName
{
border-color: #B07224;
}
.TagClassName
{
border-color: #B07224;
}
</style>