Shades of Hot Curry #805717
Tints of Hot Curry #805717
RGB
CMYK
RGB Variations
Color information
#805717 (or 0x805717) is known color: Hot Curry. HEX triplet: 80, 57 and 17. RGB value is (128,87,23). Sum of RGB (Red+Green+Blue) = 128+87+23=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #805717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805717 is #7FA8E8. Grayscale: #5C5C5C. Windows color (decimal): -8366313 or 1529728. OLE color: 1529728.
HSL color Cylindrical-coordinate representation of color #805717: hue angle of 36.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #805717 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 23 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.50 |
| HSL | 36.57º | 0.7% | 0.3% | - |
| HSV(B) | 36.57º | 0.82% | 0.5% | - |
| XYZ | 12.46 | 11.47 | 2.37 | - |
| YUV | 91.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 23 | 0 | 0.32 | 0.82 | 0.50 | 36.57 | 0.7 | 0.3 |
| Hex | 80 | 57 | 17 | 0 | 20 | 52 | 32 | 25 | 46 | 1E |
| Octal | 200 | 127 | 27 | 0 | 40 | 122 | 62 | 45 | 106 | 36 |
| Binary | 10000000 | 1010111 | 10111 | 0 | 100000 | 1010010 | 110010 | 100101 | 1000110 | 11110 |
Color Harmonies of #805717
Complementary color
Monochromatic Colors of #805717
Black with #805717
Text Example
Text Example
White with #805717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805717; }
p { color: rgb(128,87,23); }
H1.HeaderClassName
{
color: #805717;
}
.AnyTagClassName
{
color: #805717;
}
</style>
background-color css
<style>
a { background-color: #805717; }
a { background-color: rgb(128,87,23); }
div.DivClassName
{
background-color: #805717;
}
.BgClassName
{
background-color: #805717;
}
</style>
border-color css
<style>
span { border-color: #805717; }
span { border-color: rgb(128,87,23); }
td.TdClassName
{
border-color: #805717;
}
.TagClassName
{
border-color: #805717;
}
</style>