Shades of Hot Curry #7B5624
Tints of Hot Curry #7B5624
RGB
CMYK
RGB Variations
Color information
#7B5624 (or 0x7B5624) is known color: Hot Curry. HEX triplet: 7B, 56 and 24. RGB value is (123,86,36). Sum of RGB (Red+Green+Blue) = 123+86+36=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5624 is #84A9DB. Grayscale: #5B5B5B. Windows color (decimal): -8694236 or 2381435. OLE color: 2381435.
HSL color Cylindrical-coordinate representation of color #7B5624: hue angle of 34.48º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B5624 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 86 | 36 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.52 |
| HSL | 34.48º | 0.55% | 0.31% | - |
| HSV(B) | 34.48º | 0.71% | 0.48% | - |
| XYZ | 11.81 | 10.99 | 3.17 | - |
| YUV | 91.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 36 | 0 | 0.30 | 0.71 | 0.52 | 34.48 | 0.55 | 0.31 |
| Hex | 7B | 56 | 24 | 0 | 1E | 47 | 34 | 22 | 37 | 1F |
| Octal | 173 | 126 | 44 | 0 | 36 | 107 | 64 | 42 | 67 | 37 |
| Binary | 1111011 | 1010110 | 100100 | 0 | 11110 | 1000111 | 110100 | 100010 | 110111 | 11111 |
Color Harmonies of #7B5624
Complementary color
Monochromatic Colors of #7B5624
Black with #7B5624
Text Example
Text Example
White with #7B5624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5624; }
p { color: rgb(123,86,36); }
H1.HeaderClassName
{
color: #7B5624;
}
.AnyTagClassName
{
color: #7B5624;
}
</style>
background-color css
<style>
a { background-color: #7B5624; }
a { background-color: rgb(123,86,36); }
div.DivClassName
{
background-color: #7B5624;
}
.BgClassName
{
background-color: #7B5624;
}
</style>
border-color css
<style>
span { border-color: #7B5624; }
span { border-color: rgb(123,86,36); }
td.TdClassName
{
border-color: #7B5624;
}
.TagClassName
{
border-color: #7B5624;
}
</style>