Shades of Hot Curry #7B561B
Tints of Hot Curry #7B561B
RGB
CMYK
RGB Variations
Color information
#7B561B (or 0x7B561B) is known color: Hot Curry. HEX triplet: 7B, 56 and 1B. RGB value is (123,86,27). Sum of RGB (Red+Green+Blue) = 123+86+27=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B561B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B561B is #84A9E4. Grayscale: #5A5A5A. Windows color (decimal): -8694245 or 1791611. OLE color: 1791611.
HSL color Cylindrical-coordinate representation of color #7B561B: hue angle of 36.88º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B561B is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 86 | 27 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.52 |
| HSL | 36.88º | 0.64% | 0.29% | - |
| HSV(B) | 36.88º | 0.78% | 0.48% | - |
| XYZ | 11.69 | 10.95 | 2.53 | - |
| YUV | 90.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 27 | 0 | 0.30 | 0.78 | 0.52 | 36.88 | 0.64 | 0.29 |
| Hex | 7B | 56 | 1B | 0 | 1E | 4E | 34 | 25 | 40 | 1D |
| Octal | 173 | 126 | 33 | 0 | 36 | 116 | 64 | 45 | 100 | 35 |
| Binary | 1111011 | 1010110 | 11011 | 0 | 11110 | 1001110 | 110100 | 100101 | 1000000 | 11101 |
Color Harmonies of #7B561B
Complementary color
Monochromatic Colors of #7B561B
Black with #7B561B
Text Example
Text Example
White with #7B561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B561B; }
p { color: rgb(123,86,27); }
H1.HeaderClassName
{
color: #7B561B;
}
.AnyTagClassName
{
color: #7B561B;
}
</style>
background-color css
<style>
a { background-color: #7B561B; }
a { background-color: rgb(123,86,27); }
div.DivClassName
{
background-color: #7B561B;
}
.BgClassName
{
background-color: #7B561B;
}
</style>
border-color css
<style>
span { border-color: #7B561B; }
span { border-color: rgb(123,86,27); }
td.TdClassName
{
border-color: #7B561B;
}
.TagClassName
{
border-color: #7B561B;
}
</style>