Shades of Hot Curry #7B5B18
Tints of Hot Curry #7B5B18
RGB
CMYK
RGB Variations
Color information
#7B5B18 (or 0x7B5B18) is known color: Hot Curry. HEX triplet: 7B, 5B and 18. RGB value is (123,91,24). Sum of RGB (Red+Green+Blue) = 123+91+24=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5B18 is #84A4E7. Grayscale: #5D5D5D. Windows color (decimal): -8692968 or 1596283. OLE color: 1596283.
HSL color Cylindrical-coordinate representation of color #7B5B18: hue angle of 40.61º degrees, saturation: 0.67, 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 #7B5B18 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 91 | 24 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.52 |
| HSL | 40.61º | 0.67% | 0.29% | - |
| HSV(B) | 40.61º | 0.8% | 0.48% | - |
| XYZ | 12.07 | 11.76 | 2.5 | - |
| YUV | 92.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 24 | 0 | 0.26 | 0.80 | 0.52 | 40.61 | 0.67 | 0.29 |
| Hex | 7B | 5B | 18 | 0 | 1A | 50 | 34 | 29 | 43 | 1D |
| Octal | 173 | 133 | 30 | 0 | 32 | 120 | 64 | 51 | 103 | 35 |
| Binary | 1111011 | 1011011 | 11000 | 0 | 11010 | 1010000 | 110100 | 101001 | 1000011 | 11101 |
Color Harmonies of #7B5B18
Complementary color
Monochromatic Colors of #7B5B18
Black with #7B5B18
Text Example
Text Example
White with #7B5B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5B18; }
p { color: rgb(123,91,24); }
H1.HeaderClassName
{
color: #7B5B18;
}
.AnyTagClassName
{
color: #7B5B18;
}
</style>
background-color css
<style>
a { background-color: #7B5B18; }
a { background-color: rgb(123,91,24); }
div.DivClassName
{
background-color: #7B5B18;
}
.BgClassName
{
background-color: #7B5B18;
}
</style>
border-color css
<style>
span { border-color: #7B5B18; }
span { border-color: rgb(123,91,24); }
td.TdClassName
{
border-color: #7B5B18;
}
.TagClassName
{
border-color: #7B5B18;
}
</style>