Shades of Hot Curry #805628
Tints of Hot Curry #805628
RGB
CMYK
RGB Variations
Color information
#805628 (or 0x805628) is known color: Hot Curry. HEX triplet: 80, 56 and 28. RGB value is (128,86,40). Sum of RGB (Red+Green+Blue) = 128+86+40=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #805628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805628 is #7FA9D7. Grayscale: #5D5D5D. Windows color (decimal): -8366552 or 2643584. OLE color: 2643584.
HSL color Cylindrical-coordinate representation of color #805628: hue angle of 31.36º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #805628 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 40 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.50 |
| HSL | 31.36º | 0.52% | 0.33% | - |
| HSV(B) | 31.36º | 0.69% | 0.5% | - |
| XYZ | 12.61 | 11.4 | 3.54 | - |
| YUV | 93.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 40 | 0 | 0.33 | 0.69 | 0.50 | 31.36 | 0.52 | 0.33 |
| Hex | 80 | 56 | 28 | 0 | 21 | 45 | 32 | 1F | 34 | 21 |
| Octal | 200 | 126 | 50 | 0 | 41 | 105 | 62 | 37 | 64 | 41 |
| Binary | 10000000 | 1010110 | 101000 | 0 | 100001 | 1000101 | 110010 | 11111 | 110100 | 100001 |
Color Harmonies of #805628
Complementary color
Monochromatic Colors of #805628
Black with #805628
Text Example
Text Example
White with #805628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805628; }
p { color: rgb(128,86,40); }
H1.HeaderClassName
{
color: #805628;
}
.AnyTagClassName
{
color: #805628;
}
</style>
background-color css
<style>
a { background-color: #805628; }
a { background-color: rgb(128,86,40); }
div.DivClassName
{
background-color: #805628;
}
.BgClassName
{
background-color: #805628;
}
</style>
border-color css
<style>
span { border-color: #805628; }
span { border-color: rgb(128,86,40); }
td.TdClassName
{
border-color: #805628;
}
.TagClassName
{
border-color: #805628;
}
</style>