Shades of Hot Curry #805319
Tints of Hot Curry #805319
RGB
CMYK
RGB Variations
Color information
#805319 (or 0x805319) is known color: Hot Curry. HEX triplet: 80, 53 and 19. RGB value is (128,83,25). Sum of RGB (Red+Green+Blue) = 128+83+25=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #805319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805319 is #7FACE6. Grayscale: #5A5A5A. Windows color (decimal): -8367335 or 1659776. OLE color: 1659776.
HSL color Cylindrical-coordinate representation of color #805319: hue angle of 33.79º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #805319 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 25 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.50 |
| HSL | 33.79º | 0.67% | 0.3% | - |
| HSV(B) | 33.79º | 0.8% | 0.5% | - |
| XYZ | 12.17 | 10.85 | 2.37 | - |
| YUV | 89.84 | 91.41 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 25 | 0 | 0.35 | 0.80 | 0.50 | 33.79 | 0.67 | 0.3 |
| Hex | 80 | 53 | 19 | 0 | 23 | 50 | 32 | 22 | 43 | 1E |
| Octal | 200 | 123 | 31 | 0 | 43 | 120 | 62 | 42 | 103 | 36 |
| Binary | 10000000 | 1010011 | 11001 | 0 | 100011 | 1010000 | 110010 | 100010 | 1000011 | 11110 |
Color Harmonies of #805319
Complementary color
Monochromatic Colors of #805319
Black with #805319
Text Example
Text Example
White with #805319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805319; }
p { color: rgb(128,83,25); }
H1.HeaderClassName
{
color: #805319;
}
.AnyTagClassName
{
color: #805319;
}
</style>
background-color css
<style>
a { background-color: #805319; }
a { background-color: rgb(128,83,25); }
div.DivClassName
{
background-color: #805319;
}
.BgClassName
{
background-color: #805319;
}
</style>
border-color css
<style>
span { border-color: #805319; }
span { border-color: rgb(128,83,25); }
td.TdClassName
{
border-color: #805319;
}
.TagClassName
{
border-color: #805319;
}
</style>