Shades of Hot Curry #815C2B
Tints of Hot Curry #815C2B
RGB
CMYK
RGB Variations
Color information
#815C2B (or 0x815C2B) is known color: Hot Curry. HEX triplet: 81, 5C and 2B. RGB value is (129,92,43). Sum of RGB (Red+Green+Blue) = 129+92+43=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #815C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815C2B is #7EA3D4. Grayscale: #616161. Windows color (decimal): -8299477 or 2841729. OLE color: 2841729.
HSL color Cylindrical-coordinate representation of color #815C2B: hue angle of 34.19º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #815C2B is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 92 | 43 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.49 |
| HSL | 34.19º | 0.5% | 0.34% | - |
| HSV(B) | 34.19º | 0.67% | 0.51% | - |
| XYZ | 13.32 | 12.5 | 4 | - |
| YUV | 97.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 43 | 0 | 0.29 | 0.67 | 0.49 | 34.19 | 0.5 | 0.34 |
| Hex | 81 | 5C | 2B | 0 | 1D | 43 | 31 | 22 | 32 | 22 |
| Octal | 201 | 134 | 53 | 0 | 35 | 103 | 61 | 42 | 62 | 42 |
| Binary | 10000001 | 1011100 | 101011 | 0 | 11101 | 1000011 | 110001 | 100010 | 110010 | 100010 |
Color Harmonies of #815C2B
Complementary color
Monochromatic Colors of #815C2B
Black with #815C2B
Text Example
Text Example
White with #815C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815C2B; }
p { color: rgb(129,92,43); }
H1.HeaderClassName
{
color: #815C2B;
}
.AnyTagClassName
{
color: #815C2B;
}
</style>
background-color css
<style>
a { background-color: #815C2B; }
a { background-color: rgb(129,92,43); }
div.DivClassName
{
background-color: #815C2B;
}
.BgClassName
{
background-color: #815C2B;
}
</style>
border-color css
<style>
span { border-color: #815C2B; }
span { border-color: rgb(129,92,43); }
td.TdClassName
{
border-color: #815C2B;
}
.TagClassName
{
border-color: #815C2B;
}
</style>