Shades of Hot Curry #805B1C
Tints of Hot Curry #805B1C
RGB
CMYK
RGB Variations
Color information
#805B1C (or 0x805B1C) is known color: Hot Curry. HEX triplet: 80, 5B and 1C. RGB value is (128,91,28). Sum of RGB (Red+Green+Blue) = 128+91+28=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #805B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805B1C is #7FA4E3. Grayscale: #5F5F5F. Windows color (decimal): -8365284 or 1858432. OLE color: 1858432.
HSL color Cylindrical-coordinate representation of color #805B1C: hue angle of 37.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #805B1C is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 91 | 28 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.50 |
| HSL | 37.8º | 0.64% | 0.31% | - |
| HSV(B) | 37.8º | 0.78% | 0.5% | - |
| XYZ | 12.85 | 12.16 | 2.77 | - |
| YUV | 94.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 28 | 0 | 0.29 | 0.78 | 0.50 | 37.8 | 0.64 | 0.31 |
| Hex | 80 | 5B | 1C | 0 | 1D | 4E | 32 | 26 | 40 | 1F |
| Octal | 200 | 133 | 34 | 0 | 35 | 116 | 62 | 46 | 100 | 37 |
| Binary | 10000000 | 1011011 | 11100 | 0 | 11101 | 1001110 | 110010 | 100110 | 1000000 | 11111 |
Color Harmonies of #805B1C
Complementary color
Monochromatic Colors of #805B1C
Black with #805B1C
Text Example
Text Example
White with #805B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805B1C; }
p { color: rgb(128,91,28); }
H1.HeaderClassName
{
color: #805B1C;
}
.AnyTagClassName
{
color: #805B1C;
}
</style>
background-color css
<style>
a { background-color: #805B1C; }
a { background-color: rgb(128,91,28); }
div.DivClassName
{
background-color: #805B1C;
}
.BgClassName
{
background-color: #805B1C;
}
</style>
border-color css
<style>
span { border-color: #805B1C; }
span { border-color: rgb(128,91,28); }
td.TdClassName
{
border-color: #805B1C;
}
.TagClassName
{
border-color: #805B1C;
}
</style>