Shades of Hot Curry #81582F
Tints of Hot Curry #81582F
RGB
CMYK
RGB Variations
Color information
#81582F (or 0x81582F) is known color: Hot Curry. HEX triplet: 81, 58 and 2F. RGB value is (129,88,47). Sum of RGB (Red+Green+Blue) = 129+88+47=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #81582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81582F is #7EA7D0. Grayscale: #5F5F5F. Windows color (decimal): -8300497 or 3102849. OLE color: 3102849.
HSL color Cylindrical-coordinate representation of color #81582F: hue angle of 30º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81582F is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 88 | 47 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.49 |
| HSL | 30º | 0.47% | 0.35% | - |
| HSV(B) | 30º | 0.64% | 0.51% | - |
| XYZ | 13.06 | 11.85 | 4.29 | - |
| YUV | 95.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 47 | 0 | 0.32 | 0.64 | 0.49 | 30 | 0.47 | 0.35 |
| Hex | 81 | 58 | 2F | 0 | 20 | 40 | 31 | 1E | 2F | 23 |
| Octal | 201 | 130 | 57 | 0 | 40 | 100 | 61 | 36 | 57 | 43 |
| Binary | 10000001 | 1011000 | 101111 | 0 | 100000 | 1000000 | 110001 | 11110 | 101111 | 100011 |
Color Harmonies of #81582F
Complementary color
Monochromatic Colors of #81582F
Black with #81582F
Text Example
Text Example
White with #81582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81582F; }
p { color: rgb(129,88,47); }
H1.HeaderClassName
{
color: #81582F;
}
.AnyTagClassName
{
color: #81582F;
}
</style>
background-color css
<style>
a { background-color: #81582F; }
a { background-color: rgb(129,88,47); }
div.DivClassName
{
background-color: #81582F;
}
.BgClassName
{
background-color: #81582F;
}
</style>
border-color css
<style>
span { border-color: #81582F; }
span { border-color: rgb(129,88,47); }
td.TdClassName
{
border-color: #81582F;
}
.TagClassName
{
border-color: #81582F;
}
</style>