Shades of Hot Curry #7B5C24
Tints of Hot Curry #7B5C24
RGB
CMYK
RGB Variations
Color information
#7B5C24 (or 0x7B5C24) is known color: Hot Curry. HEX triplet: 7B, 5C and 24. RGB value is (123,92,36). Sum of RGB (Red+Green+Blue) = 123+92+36=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5C24 is #84A3DB. Grayscale: #5F5F5F. Windows color (decimal): -8692700 or 2382971. OLE color: 2382971.
HSL color Cylindrical-coordinate representation of color #7B5C24: hue angle of 38.62º 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 #7B5C24 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 92 | 36 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.52 |
| HSL | 38.62º | 0.55% | 0.31% | - |
| HSV(B) | 38.62º | 0.71% | 0.48% | - |
| XYZ | 12.31 | 11.99 | 3.33 | - |
| YUV | 94.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 36 | 0 | 0.25 | 0.71 | 0.52 | 38.62 | 0.55 | 0.31 |
| Hex | 7B | 5C | 24 | 0 | 19 | 47 | 34 | 27 | 37 | 1F |
| Octal | 173 | 134 | 44 | 0 | 31 | 107 | 64 | 47 | 67 | 37 |
| Binary | 1111011 | 1011100 | 100100 | 0 | 11001 | 1000111 | 110100 | 100111 | 110111 | 11111 |
Color Harmonies of #7B5C24
Complementary color
Monochromatic Colors of #7B5C24
Black with #7B5C24
Text Example
Text Example
White with #7B5C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5C24; }
p { color: rgb(123,92,36); }
H1.HeaderClassName
{
color: #7B5C24;
}
.AnyTagClassName
{
color: #7B5C24;
}
</style>
background-color css
<style>
a { background-color: #7B5C24; }
a { background-color: rgb(123,92,36); }
div.DivClassName
{
background-color: #7B5C24;
}
.BgClassName
{
background-color: #7B5C24;
}
</style>
border-color css
<style>
span { border-color: #7B5C24; }
span { border-color: rgb(123,92,36); }
td.TdClassName
{
border-color: #7B5C24;
}
.TagClassName
{
border-color: #7B5C24;
}
</style>