Shades of Hot Curry #7F562A
Tints of Hot Curry #7F562A
RGB
CMYK
RGB Variations
Color information
#7F562A (or 0x7F562A) is known color: Hot Curry. HEX triplet: 7F, 56 and 2A. RGB value is (127,86,42). Sum of RGB (Red+Green+Blue) = 127+86+42=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F562A is #80A9D5. Grayscale: #5D5D5D. Windows color (decimal): -8432086 or 2774655. OLE color: 2774655.
HSL color Cylindrical-coordinate representation of color #7F562A: hue angle of 31.06º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F562A is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 86 | 42 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.50 |
| HSL | 31.06º | 0.5% | 0.33% | - |
| HSV(B) | 31.06º | 0.67% | 0.5% | - |
| XYZ | 12.5 | 11.33 | 3.72 | - |
| YUV | 93.24 | 99.08 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 42 | 0 | 0.32 | 0.67 | 0.50 | 31.06 | 0.5 | 0.33 |
| Hex | 7F | 56 | 2A | 0 | 20 | 43 | 32 | 1F | 32 | 21 |
| Octal | 177 | 126 | 52 | 0 | 40 | 103 | 62 | 37 | 62 | 41 |
| Binary | 1111111 | 1010110 | 101010 | 0 | 100000 | 1000011 | 110010 | 11111 | 110010 | 100001 |
Color Harmonies of #7F562A
Complementary color
Monochromatic Colors of #7F562A
Black with #7F562A
Text Example
Text Example
White with #7F562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F562A; }
p { color: rgb(127,86,42); }
H1.HeaderClassName
{
color: #7F562A;
}
.AnyTagClassName
{
color: #7F562A;
}
</style>
background-color css
<style>
a { background-color: #7F562A; }
a { background-color: rgb(127,86,42); }
div.DivClassName
{
background-color: #7F562A;
}
.BgClassName
{
background-color: #7F562A;
}
</style>
border-color css
<style>
span { border-color: #7F562A; }
span { border-color: rgb(127,86,42); }
td.TdClassName
{
border-color: #7F562A;
}
.TagClassName
{
border-color: #7F562A;
}
</style>