Shades of Hot Curry #815D2D
Tints of Hot Curry #815D2D
RGB
CMYK
RGB Variations
Color information
#815D2D (or 0x815D2D) is known color: Hot Curry. HEX triplet: 81, 5D and 2D. RGB value is (129,93,45). Sum of RGB (Red+Green+Blue) = 129+93+45=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #815D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815D2D is #7EA2D2. Grayscale: #626262. Windows color (decimal): -8299219 or 2973057. OLE color: 2973057.
HSL color Cylindrical-coordinate representation of color #815D2D: hue angle of 34.29º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #815D2D is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 93 | 45 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.49 |
| HSL | 34.29º | 0.48% | 0.34% | - |
| HSV(B) | 34.29º | 0.65% | 0.51% | - |
| XYZ | 13.44 | 12.69 | 4.22 | - |
| YUV | 98.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 45 | 0 | 0.28 | 0.65 | 0.49 | 34.29 | 0.48 | 0.34 |
| Hex | 81 | 5D | 2D | 0 | 1C | 41 | 31 | 22 | 30 | 22 |
| Octal | 201 | 135 | 55 | 0 | 34 | 101 | 61 | 42 | 60 | 42 |
| Binary | 10000001 | 1011101 | 101101 | 0 | 11100 | 1000001 | 110001 | 100010 | 110000 | 100010 |
Color Harmonies of #815D2D
Complementary color
Monochromatic Colors of #815D2D
Black with #815D2D
Text Example
Text Example
White with #815D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815D2D; }
p { color: rgb(129,93,45); }
H1.HeaderClassName
{
color: #815D2D;
}
.AnyTagClassName
{
color: #815D2D;
}
</style>
background-color css
<style>
a { background-color: #815D2D; }
a { background-color: rgb(129,93,45); }
div.DivClassName
{
background-color: #815D2D;
}
.BgClassName
{
background-color: #815D2D;
}
</style>
border-color css
<style>
span { border-color: #815D2D; }
span { border-color: rgb(129,93,45); }
td.TdClassName
{
border-color: #815D2D;
}
.TagClassName
{
border-color: #815D2D;
}
</style>