Shades of Hot Curry #855D19
Tints of Hot Curry #855D19
RGB
CMYK
RGB Variations
Color information
#855D19 (or 0x855D19) is known color: Hot Curry. HEX triplet: 85, 5D and 19. RGB value is (133,93,25). Sum of RGB (Red+Green+Blue) = 133+93+25=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #855D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855D19 is #7AA2E6. Grayscale: #616161. Windows color (decimal): -8037095 or 1662341. OLE color: 1662341.
HSL color Cylindrical-coordinate representation of color #855D19: hue angle of 37.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #855D19 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 25 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.48 |
| HSL | 37.78º | 0.68% | 0.31% | - |
| HSV(B) | 37.78º | 0.81% | 0.52% | - |
| XYZ | 13.76 | 12.89 | 2.68 | - |
| YUV | 97.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 25 | 0 | 0.30 | 0.81 | 0.48 | 37.78 | 0.68 | 0.31 |
| Hex | 85 | 5D | 19 | 0 | 1E | 51 | 30 | 26 | 44 | 1F |
| Octal | 205 | 135 | 31 | 0 | 36 | 121 | 60 | 46 | 104 | 37 |
| Binary | 10000101 | 1011101 | 11001 | 0 | 11110 | 1010001 | 110000 | 100110 | 1000100 | 11111 |
Color Harmonies of #855D19
Complementary color
Monochromatic Colors of #855D19
Black with #855D19
Text Example
Text Example
White with #855D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D19; }
p { color: rgb(133,93,25); }
H1.HeaderClassName
{
color: #855D19;
}
.AnyTagClassName
{
color: #855D19;
}
</style>
background-color css
<style>
a { background-color: #855D19; }
a { background-color: rgb(133,93,25); }
div.DivClassName
{
background-color: #855D19;
}
.BgClassName
{
background-color: #855D19;
}
</style>
border-color css
<style>
span { border-color: #855D19; }
span { border-color: rgb(133,93,25); }
td.TdClassName
{
border-color: #855D19;
}
.TagClassName
{
border-color: #855D19;
}
</style>