Shades of Hot Curry #815F29
Tints of Hot Curry #815F29
RGB
CMYK
RGB Variations
Color information
#815F29 (or 0x815F29) is known color: Hot Curry. HEX triplet: 81, 5F and 29. RGB value is (129,95,41). Sum of RGB (Red+Green+Blue) = 129+95+41=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #815F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815F29 is #7EA0D6. Grayscale: #636363. Windows color (decimal): -8298711 or 2711425. OLE color: 2711425.
HSL color Cylindrical-coordinate representation of color #815F29: hue angle of 36.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #815F29 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 95 | 41 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.49 |
| HSL | 36.82º | 0.52% | 0.33% | - |
| HSV(B) | 36.82º | 0.68% | 0.51% | - |
| XYZ | 13.55 | 13.01 | 3.9 | - |
| YUV | 99.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 41 | 0 | 0.26 | 0.68 | 0.49 | 36.82 | 0.52 | 0.33 |
| Hex | 81 | 5F | 29 | 0 | 1A | 44 | 31 | 25 | 34 | 21 |
| Octal | 201 | 137 | 51 | 0 | 32 | 104 | 61 | 45 | 64 | 41 |
| Binary | 10000001 | 1011111 | 101001 | 0 | 11010 | 1000100 | 110001 | 100101 | 110100 | 100001 |
Color Harmonies of #815F29
Complementary color
Monochromatic Colors of #815F29
Black with #815F29
Text Example
Text Example
White with #815F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815F29; }
p { color: rgb(129,95,41); }
H1.HeaderClassName
{
color: #815F29;
}
.AnyTagClassName
{
color: #815F29;
}
</style>
background-color css
<style>
a { background-color: #815F29; }
a { background-color: rgb(129,95,41); }
div.DivClassName
{
background-color: #815F29;
}
.BgClassName
{
background-color: #815F29;
}
</style>
border-color css
<style>
span { border-color: #815F29; }
span { border-color: rgb(129,95,41); }
td.TdClassName
{
border-color: #815F29;
}
.TagClassName
{
border-color: #815F29;
}
</style>