Shades of Hot Curry #815A30
Tints of Hot Curry #815A30
RGB
CMYK
RGB Variations
Color information
#815A30 (or 0x815A30) is known color: Hot Curry. HEX triplet: 81, 5A and 30. RGB value is (129,90,48). Sum of RGB (Red+Green+Blue) = 129+90+48=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #815A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815A30 is #7EA5CF. Grayscale: #616161. Windows color (decimal): -8299984 or 3168897. OLE color: 3168897.
HSL color Cylindrical-coordinate representation of color #815A30: hue angle of 31.11º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #815A30 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 48 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.49 |
| HSL | 31.11º | 0.46% | 0.35% | - |
| HSV(B) | 31.11º | 0.63% | 0.51% | - |
| XYZ | 13.24 | 12.19 | 4.45 | - |
| YUV | 96.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 48 | 0 | 0.30 | 0.63 | 0.49 | 31.11 | 0.46 | 0.35 |
| Hex | 81 | 5A | 30 | 0 | 1E | 3F | 31 | 1F | 2E | 23 |
| Octal | 201 | 132 | 60 | 0 | 36 | 77 | 61 | 37 | 56 | 43 |
| Binary | 10000001 | 1011010 | 110000 | 0 | 11110 | 111111 | 110001 | 11111 | 101110 | 100011 |
Color Harmonies of #815A30
Complementary color
Monochromatic Colors of #815A30
Black with #815A30
Text Example
Text Example
White with #815A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A30; }
p { color: rgb(129,90,48); }
H1.HeaderClassName
{
color: #815A30;
}
.AnyTagClassName
{
color: #815A30;
}
</style>
background-color css
<style>
a { background-color: #815A30; }
a { background-color: rgb(129,90,48); }
div.DivClassName
{
background-color: #815A30;
}
.BgClassName
{
background-color: #815A30;
}
</style>
border-color css
<style>
span { border-color: #815A30; }
span { border-color: rgb(129,90,48); }
td.TdClassName
{
border-color: #815A30;
}
.TagClassName
{
border-color: #815A30;
}
</style>