Shades of Hot Curry #805727
Tints of Hot Curry #805727
RGB
CMYK
RGB Variations
Color information
#805727 (or 0x805727) is known color: Hot Curry. HEX triplet: 80, 57 and 27. RGB value is (128,87,39). Sum of RGB (Red+Green+Blue) = 128+87+39=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #805727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805727 is #7FA8D8. Grayscale: #5E5E5E. Windows color (decimal): -8366297 or 2578304. OLE color: 2578304.
HSL color Cylindrical-coordinate representation of color #805727: hue angle of 32.36º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #805727 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 39 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.50 |
| HSL | 32.36º | 0.53% | 0.33% | - |
| HSV(B) | 32.36º | 0.7% | 0.5% | - |
| XYZ | 12.68 | 11.55 | 3.48 | - |
| YUV | 93.79 | 97.08 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 39 | 0 | 0.32 | 0.70 | 0.50 | 32.36 | 0.53 | 0.33 |
| Hex | 80 | 57 | 27 | 0 | 20 | 46 | 32 | 20 | 35 | 21 |
| Octal | 200 | 127 | 47 | 0 | 40 | 106 | 62 | 40 | 65 | 41 |
| Binary | 10000000 | 1010111 | 100111 | 0 | 100000 | 1000110 | 110010 | 100000 | 110101 | 100001 |
Color Harmonies of #805727
Complementary color
Monochromatic Colors of #805727
Black with #805727
Text Example
Text Example
White with #805727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805727; }
p { color: rgb(128,87,39); }
H1.HeaderClassName
{
color: #805727;
}
.AnyTagClassName
{
color: #805727;
}
</style>
background-color css
<style>
a { background-color: #805727; }
a { background-color: rgb(128,87,39); }
div.DivClassName
{
background-color: #805727;
}
.BgClassName
{
background-color: #805727;
}
</style>
border-color css
<style>
span { border-color: #805727; }
span { border-color: rgb(128,87,39); }
td.TdClassName
{
border-color: #805727;
}
.TagClassName
{
border-color: #805727;
}
</style>