Shades of Hot Curry #7F6333
Tints of Hot Curry #7F6333
RGB
CMYK
RGB Variations
Color information
#7F6333 (or 0x7F6333) is known color: Hot Curry. HEX triplet: 7F, 63 and 33. RGB value is (127,99,51). Sum of RGB (Red+Green+Blue) = 127+99+51=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6333 is #809CCC. Grayscale: #666666. Windows color (decimal): -8428749 or 3367807. OLE color: 3367807.
HSL color Cylindrical-coordinate representation of color #7F6333: hue angle of 37.89º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F6333 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 99 | 51 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.50 |
| HSL | 37.89º | 0.43% | 0.35% | - |
| HSV(B) | 37.89º | 0.6% | 0.5% | - |
| XYZ | 13.81 | 13.67 | 5.04 | - |
| YUV | 101.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 51 | 0 | 0.22 | 0.60 | 0.50 | 37.89 | 0.43 | 0.35 |
| Hex | 7F | 63 | 33 | 0 | 16 | 3C | 32 | 26 | 2B | 23 |
| Octal | 177 | 143 | 63 | 0 | 26 | 74 | 62 | 46 | 53 | 43 |
| Binary | 1111111 | 1100011 | 110011 | 0 | 10110 | 111100 | 110010 | 100110 | 101011 | 100011 |
Color Harmonies of #7F6333
Complementary color
Monochromatic Colors of #7F6333
Black with #7F6333
Text Example
Text Example
White with #7F6333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6333; }
p { color: rgb(127,99,51); }
H1.HeaderClassName
{
color: #7F6333;
}
.AnyTagClassName
{
color: #7F6333;
}
</style>
background-color css
<style>
a { background-color: #7F6333; }
a { background-color: rgb(127,99,51); }
div.DivClassName
{
background-color: #7F6333;
}
.BgClassName
{
background-color: #7F6333;
}
</style>
border-color css
<style>
span { border-color: #7F6333; }
span { border-color: rgb(127,99,51); }
td.TdClassName
{
border-color: #7F6333;
}
.TagClassName
{
border-color: #7F6333;
}
</style>