Shades of Hot Curry #7B5819
Tints of Hot Curry #7B5819
RGB
CMYK
RGB Variations
Color information
#7B5819 (or 0x7B5819) is known color: Hot Curry. HEX triplet: 7B, 58 and 19. RGB value is (123,88,25). Sum of RGB (Red+Green+Blue) = 123+88+25=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5819 is #84A7E6. Grayscale: #5B5B5B. Windows color (decimal): -8693735 or 1661051. OLE color: 1661051.
HSL color Cylindrical-coordinate representation of color #7B5819: hue angle of 38.57º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B5819 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 88 | 25 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.52 |
| HSL | 38.57º | 0.66% | 0.29% | - |
| HSV(B) | 38.57º | 0.8% | 0.48% | - |
| XYZ | 11.83 | 11.26 | 2.47 | - |
| YUV | 91.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 25 | 0 | 0.28 | 0.80 | 0.52 | 38.57 | 0.66 | 0.29 |
| Hex | 7B | 58 | 19 | 0 | 1C | 50 | 34 | 27 | 42 | 1D |
| Octal | 173 | 130 | 31 | 0 | 34 | 120 | 64 | 47 | 102 | 35 |
| Binary | 1111011 | 1011000 | 11001 | 0 | 11100 | 1010000 | 110100 | 100111 | 1000010 | 11101 |
Color Harmonies of #7B5819
Complementary color
Monochromatic Colors of #7B5819
Black with #7B5819
Text Example
Text Example
White with #7B5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5819; }
p { color: rgb(123,88,25); }
H1.HeaderClassName
{
color: #7B5819;
}
.AnyTagClassName
{
color: #7B5819;
}
</style>
background-color css
<style>
a { background-color: #7B5819; }
a { background-color: rgb(123,88,25); }
div.DivClassName
{
background-color: #7B5819;
}
.BgClassName
{
background-color: #7B5819;
}
</style>
border-color css
<style>
span { border-color: #7B5819; }
span { border-color: rgb(123,88,25); }
td.TdClassName
{
border-color: #7B5819;
}
.TagClassName
{
border-color: #7B5819;
}
</style>