Shades of Hot Curry #855C17
Tints of Hot Curry #855C17
RGB
CMYK
RGB Variations
Color information
#855C17 (or 0x855C17) is known color: Hot Curry. HEX triplet: 85, 5C and 17. RGB value is (133,92,23). Sum of RGB (Red+Green+Blue) = 133+92+23=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #855C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855C17 is #7AA3E8. Grayscale: #606060. Windows color (decimal): -8037353 or 1531013. OLE color: 1531013.
HSL color Cylindrical-coordinate representation of color #855C17: hue angle of 37.64º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #855C17 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 23 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.48 |
| HSL | 37.64º | 0.71% | 0.31% | - |
| HSV(B) | 37.64º | 0.83% | 0.52% | - |
| XYZ | 13.65 | 12.7 | 2.54 | - |
| YUV | 96.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 23 | 0 | 0.31 | 0.83 | 0.48 | 37.64 | 0.71 | 0.31 |
| Hex | 85 | 5C | 17 | 0 | 1F | 53 | 30 | 26 | 47 | 1F |
| Octal | 205 | 134 | 27 | 0 | 37 | 123 | 60 | 46 | 107 | 37 |
| Binary | 10000101 | 1011100 | 10111 | 0 | 11111 | 1010011 | 110000 | 100110 | 1000111 | 11111 |
Color Harmonies of #855C17
Complementary color
Monochromatic Colors of #855C17
Black with #855C17
Text Example
Text Example
White with #855C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C17; }
p { color: rgb(133,92,23); }
H1.HeaderClassName
{
color: #855C17;
}
.AnyTagClassName
{
color: #855C17;
}
</style>
background-color css
<style>
a { background-color: #855C17; }
a { background-color: rgb(133,92,23); }
div.DivClassName
{
background-color: #855C17;
}
.BgClassName
{
background-color: #855C17;
}
</style>
border-color css
<style>
span { border-color: #855C17; }
span { border-color: rgb(133,92,23); }
td.TdClassName
{
border-color: #855C17;
}
.TagClassName
{
border-color: #855C17;
}
</style>