Shades of Hot Curry #805E2A
Tints of Hot Curry #805E2A
RGB
CMYK
RGB Variations
Color information
#805E2A (or 0x805E2A) is known color: Hot Curry. HEX triplet: 80, 5E and 2A. RGB value is (128,94,42). Sum of RGB (Red+Green+Blue) = 128+94+42=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #805E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E2A is #7FA1D5. Grayscale: #626262. Windows color (decimal): -8364502 or 2776704. OLE color: 2776704.
HSL color Cylindrical-coordinate representation of color #805E2A: hue angle of 36.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #805E2A is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 42 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.50 |
| HSL | 36.28º | 0.51% | 0.33% | - |
| HSV(B) | 36.28º | 0.67% | 0.5% | - |
| XYZ | 13.32 | 12.76 | 3.95 | - |
| YUV | 98.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 42 | 0 | 0.27 | 0.67 | 0.50 | 36.28 | 0.51 | 0.33 |
| Hex | 80 | 5E | 2A | 0 | 1B | 43 | 32 | 24 | 33 | 21 |
| Octal | 200 | 136 | 52 | 0 | 33 | 103 | 62 | 44 | 63 | 41 |
| Binary | 10000000 | 1011110 | 101010 | 0 | 11011 | 1000011 | 110010 | 100100 | 110011 | 100001 |
Color Harmonies of #805E2A
Complementary color
Monochromatic Colors of #805E2A
Black with #805E2A
Text Example
Text Example
White with #805E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E2A; }
p { color: rgb(128,94,42); }
H1.HeaderClassName
{
color: #805E2A;
}
.AnyTagClassName
{
color: #805E2A;
}
</style>
background-color css
<style>
a { background-color: #805E2A; }
a { background-color: rgb(128,94,42); }
div.DivClassName
{
background-color: #805E2A;
}
.BgClassName
{
background-color: #805E2A;
}
</style>
border-color css
<style>
span { border-color: #805E2A; }
span { border-color: rgb(128,94,42); }
td.TdClassName
{
border-color: #805E2A;
}
.TagClassName
{
border-color: #805E2A;
}
</style>