Shades of Hot Curry #855E1D
Tints of Hot Curry #855E1D
RGB
CMYK
RGB Variations
Color information
#855E1D (or 0x855E1D) is known color: Hot Curry. HEX triplet: 85, 5E and 1D. RGB value is (133,94,29). Sum of RGB (Red+Green+Blue) = 133+94+29=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #855E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E1D is #7AA1E2. Grayscale: #626262. Windows color (decimal): -8036835 or 1924741. OLE color: 1924741.
HSL color Cylindrical-coordinate representation of color #855E1D: hue angle of 37.5º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #855E1D is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 94 | 29 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.48 |
| HSL | 37.5º | 0.64% | 0.32% | - |
| HSV(B) | 37.5º | 0.78% | 0.52% | - |
| XYZ | 13.9 | 13.08 | 2.95 | - |
| YUV | 98.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 29 | 0 | 0.29 | 0.78 | 0.48 | 37.5 | 0.64 | 0.32 |
| Hex | 85 | 5E | 1D | 0 | 1D | 4E | 30 | 26 | 40 | 20 |
| Octal | 205 | 136 | 35 | 0 | 35 | 116 | 60 | 46 | 100 | 40 |
| Binary | 10000101 | 1011110 | 11101 | 0 | 11101 | 1001110 | 110000 | 100110 | 1000000 | 100000 |
Color Harmonies of #855E1D
Complementary color
Monochromatic Colors of #855E1D
Black with #855E1D
Text Example
Text Example
White with #855E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855E1D; }
p { color: rgb(133,94,29); }
H1.HeaderClassName
{
color: #855E1D;
}
.AnyTagClassName
{
color: #855E1D;
}
</style>
background-color css
<style>
a { background-color: #855E1D; }
a { background-color: rgb(133,94,29); }
div.DivClassName
{
background-color: #855E1D;
}
.BgClassName
{
background-color: #855E1D;
}
</style>
border-color css
<style>
span { border-color: #855E1D; }
span { border-color: rgb(133,94,29); }
td.TdClassName
{
border-color: #855E1D;
}
.TagClassName
{
border-color: #855E1D;
}
</style>