Shades of Hot Curry #815D27
Tints of Hot Curry #815D27
RGB
CMYK
RGB Variations
Color information
#815D27 (or 0x815D27) is known color: Hot Curry. HEX triplet: 81, 5D and 27. RGB value is (129,93,39). Sum of RGB (Red+Green+Blue) = 129+93+39=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #815D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815D27 is #7EA2D8. Grayscale: #616161. Windows color (decimal): -8299225 or 2579841. OLE color: 2579841.
HSL color Cylindrical-coordinate representation of color #815D27: hue angle of 36º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #815D27 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 93 | 39 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.49 |
| HSL | 36º | 0.54% | 0.33% | - |
| HSV(B) | 36º | 0.7% | 0.51% | - |
| XYZ | 13.33 | 12.64 | 3.66 | - |
| YUV | 97.61 | 94.93 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 39 | 0 | 0.28 | 0.70 | 0.49 | 36 | 0.54 | 0.33 |
| Hex | 81 | 5D | 27 | 0 | 1C | 46 | 31 | 24 | 36 | 21 |
| Octal | 201 | 135 | 47 | 0 | 34 | 106 | 61 | 44 | 66 | 41 |
| Binary | 10000001 | 1011101 | 100111 | 0 | 11100 | 1000110 | 110001 | 100100 | 110110 | 100001 |
Color Harmonies of #815D27
Complementary color
Monochromatic Colors of #815D27
Black with #815D27
Text Example
Text Example
White with #815D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815D27; }
p { color: rgb(129,93,39); }
H1.HeaderClassName
{
color: #815D27;
}
.AnyTagClassName
{
color: #815D27;
}
</style>
background-color css
<style>
a { background-color: #815D27; }
a { background-color: rgb(129,93,39); }
div.DivClassName
{
background-color: #815D27;
}
.BgClassName
{
background-color: #815D27;
}
</style>
border-color css
<style>
span { border-color: #815D27; }
span { border-color: rgb(129,93,39); }
td.TdClassName
{
border-color: #815D27;
}
.TagClassName
{
border-color: #815D27;
}
</style>