Shades of Hot Curry #7B562C
Tints of Hot Curry #7B562C
RGB
CMYK
RGB Variations
Color information
#7B562C (or 0x7B562C) is known color: Hot Curry. HEX triplet: 7B, 56 and 2C. RGB value is (123,86,44). Sum of RGB (Red+Green+Blue) = 123+86+44=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B562C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B562C is #84A9D3. Grayscale: #5C5C5C. Windows color (decimal): -8694228 or 2905723. OLE color: 2905723.
HSL color Cylindrical-coordinate representation of color #7B562C: hue angle of 31.9º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B562C is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 86 | 44 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.52 |
| HSL | 31.9º | 0.47% | 0.33% | - |
| HSV(B) | 31.9º | 0.64% | 0.48% | - |
| XYZ | 11.95 | 11.05 | 3.89 | - |
| YUV | 92.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 44 | 0 | 0.30 | 0.64 | 0.52 | 31.9 | 0.47 | 0.33 |
| Hex | 7B | 56 | 2C | 0 | 1E | 40 | 34 | 20 | 2F | 21 |
| Octal | 173 | 126 | 54 | 0 | 36 | 100 | 64 | 40 | 57 | 41 |
| Binary | 1111011 | 1010110 | 101100 | 0 | 11110 | 1000000 | 110100 | 100000 | 101111 | 100001 |
Color Harmonies of #7B562C
Complementary color
Monochromatic Colors of #7B562C
Black with #7B562C
Text Example
Text Example
White with #7B562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B562C; }
p { color: rgb(123,86,44); }
H1.HeaderClassName
{
color: #7B562C;
}
.AnyTagClassName
{
color: #7B562C;
}
</style>
background-color css
<style>
a { background-color: #7B562C; }
a { background-color: rgb(123,86,44); }
div.DivClassName
{
background-color: #7B562C;
}
.BgClassName
{
background-color: #7B562C;
}
</style>
border-color css
<style>
span { border-color: #7B562C; }
span { border-color: rgb(123,86,44); }
td.TdClassName
{
border-color: #7B562C;
}
.TagClassName
{
border-color: #7B562C;
}
</style>