Shades of Hot Curry #805A25
Tints of Hot Curry #805A25
RGB
CMYK
RGB Variations
Color information
#805A25 (or 0x805A25) is known color: Hot Curry. HEX triplet: 80, 5A and 25. RGB value is (128,90,37). Sum of RGB (Red+Green+Blue) = 128+90+37=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #805A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805A25 is #7FA5DA. Grayscale: #5F5F5F. Windows color (decimal): -8365531 or 2448000. OLE color: 2448000.
HSL color Cylindrical-coordinate representation of color #805A25: hue angle of 34.95º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #805A25 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 90 | 37 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.50 |
| HSL | 34.95º | 0.55% | 0.32% | - |
| HSV(B) | 34.95º | 0.71% | 0.5% | - |
| XYZ | 12.89 | 12.04 | 3.39 | - |
| YUV | 95.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 37 | 0 | 0.30 | 0.71 | 0.50 | 34.95 | 0.55 | 0.32 |
| Hex | 80 | 5A | 25 | 0 | 1E | 47 | 32 | 23 | 37 | 20 |
| Octal | 200 | 132 | 45 | 0 | 36 | 107 | 62 | 43 | 67 | 40 |
| Binary | 10000000 | 1011010 | 100101 | 0 | 11110 | 1000111 | 110010 | 100011 | 110111 | 100000 |
Color Harmonies of #805A25
Complementary color
Monochromatic Colors of #805A25
Black with #805A25
Text Example
Text Example
White with #805A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805A25; }
p { color: rgb(128,90,37); }
H1.HeaderClassName
{
color: #805A25;
}
.AnyTagClassName
{
color: #805A25;
}
</style>
background-color css
<style>
a { background-color: #805A25; }
a { background-color: rgb(128,90,37); }
div.DivClassName
{
background-color: #805A25;
}
.BgClassName
{
background-color: #805A25;
}
</style>
border-color css
<style>
span { border-color: #805A25; }
span { border-color: rgb(128,90,37); }
td.TdClassName
{
border-color: #805A25;
}
.TagClassName
{
border-color: #805A25;
}
</style>