Shades of Hot Toddy #A4741C
Tints of Hot Toddy #A4741C
RGB
CMYK
RGB Variations
Color information
#A4741C (or 0xA4741C) is known color: Hot Toddy. HEX triplet: A4, 74 and 1C. RGB value is (164,116,28). Sum of RGB (Red+Green+Blue) = 164+116+28=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4741C is #5B8BE3. Grayscale: #787878. Windows color (decimal): -5999588 or 1864868. OLE color: 1864868.
HSL color Cylindrical-coordinate representation of color #A4741C: hue angle of 38.82º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A4741C is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 116 | 28 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.36 |
| HSL | 38.82º | 0.71% | 0.38% | - |
| HSV(B) | 38.82º | 0.83% | 0.64% | - |
| XYZ | 21.76 | 20.47 | 3.9 | - |
| YUV | 120.32 | 75.9 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 28 | 0 | 0.29 | 0.83 | 0.36 | 38.82 | 0.71 | 0.38 |
| Hex | A4 | 74 | 1C | 0 | 1D | 53 | 24 | 27 | 47 | 26 |
| Octal | 244 | 164 | 34 | 0 | 35 | 123 | 44 | 47 | 107 | 46 |
| Binary | 10100100 | 1110100 | 11100 | 0 | 11101 | 1010011 | 100100 | 100111 | 1000111 | 100110 |
Color Harmonies of #A4741C
Complementary color
Monochromatic Colors of #A4741C
Black with #A4741C
Text Example
Text Example
White with #A4741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4741C; }
p { color: rgb(164,116,28); }
H1.HeaderClassName
{
color: #A4741C;
}
.AnyTagClassName
{
color: #A4741C;
}
</style>
background-color css
<style>
a { background-color: #A4741C; }
a { background-color: rgb(164,116,28); }
div.DivClassName
{
background-color: #A4741C;
}
.BgClassName
{
background-color: #A4741C;
}
</style>
border-color css
<style>
span { border-color: #A4741C; }
span { border-color: rgb(164,116,28); }
td.TdClassName
{
border-color: #A4741C;
}
.TagClassName
{
border-color: #A4741C;
}
</style>