Shades of Hot Curry #815A31
Tints of Hot Curry #815A31
RGB
CMYK
RGB Variations
Color information
#815A31 (or 0x815A31) is known color: Hot Curry. HEX triplet: 81, 5A and 31. RGB value is (129,90,49). Sum of RGB (Red+Green+Blue) = 129+90+49=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #815A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815A31 is #7EA5CE. Grayscale: #616161. Windows color (decimal): -8299983 or 3234433. OLE color: 3234433.
HSL color Cylindrical-coordinate representation of color #815A31: hue angle of 30.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #815A31 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 49 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.49 |
| HSL | 30.75º | 0.45% | 0.35% | - |
| HSV(B) | 30.75º | 0.62% | 0.51% | - |
| XYZ | 13.26 | 12.2 | 4.56 | - |
| YUV | 96.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 49 | 0 | 0.30 | 0.62 | 0.49 | 30.75 | 0.45 | 0.35 |
| Hex | 81 | 5A | 31 | 0 | 1E | 3E | 31 | 1F | 2D | 23 |
| Octal | 201 | 132 | 61 | 0 | 36 | 76 | 61 | 37 | 55 | 43 |
| Binary | 10000001 | 1011010 | 110001 | 0 | 11110 | 111110 | 110001 | 11111 | 101101 | 100011 |
Color Harmonies of #815A31
Complementary color
Monochromatic Colors of #815A31
Black with #815A31
Text Example
Text Example
White with #815A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A31; }
p { color: rgb(129,90,49); }
H1.HeaderClassName
{
color: #815A31;
}
.AnyTagClassName
{
color: #815A31;
}
</style>
background-color css
<style>
a { background-color: #815A31; }
a { background-color: rgb(129,90,49); }
div.DivClassName
{
background-color: #815A31;
}
.BgClassName
{
background-color: #815A31;
}
</style>
border-color css
<style>
span { border-color: #815A31; }
span { border-color: rgb(129,90,49); }
td.TdClassName
{
border-color: #815A31;
}
.TagClassName
{
border-color: #815A31;
}
</style>