Shades of Hot Curry #855C19
Tints of Hot Curry #855C19
RGB
CMYK
RGB Variations
Color information
#855C19 (or 0x855C19) is known color: Hot Curry. HEX triplet: 85, 5C and 19. RGB value is (133,92,25). Sum of RGB (Red+Green+Blue) = 133+92+25=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #855C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855C19 is #7AA3E6. Grayscale: #606060. Windows color (decimal): -8037351 or 1662085. OLE color: 1662085.
HSL color Cylindrical-coordinate representation of color #855C19: hue angle of 37.22º 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 #855C19 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 25 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.48 |
| HSL | 37.22º | 0.68% | 0.31% | - |
| HSV(B) | 37.22º | 0.81% | 0.52% | - |
| XYZ | 13.68 | 12.71 | 2.65 | - |
| YUV | 96.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 25 | 0 | 0.31 | 0.81 | 0.48 | 37.22 | 0.68 | 0.31 |
| Hex | 85 | 5C | 19 | 0 | 1F | 51 | 30 | 25 | 44 | 1F |
| Octal | 205 | 134 | 31 | 0 | 37 | 121 | 60 | 45 | 104 | 37 |
| Binary | 10000101 | 1011100 | 11001 | 0 | 11111 | 1010001 | 110000 | 100101 | 1000100 | 11111 |
Color Harmonies of #855C19
Complementary color
Monochromatic Colors of #855C19
Black with #855C19
Text Example
Text Example
White with #855C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C19; }
p { color: rgb(133,92,25); }
H1.HeaderClassName
{
color: #855C19;
}
.AnyTagClassName
{
color: #855C19;
}
</style>
background-color css
<style>
a { background-color: #855C19; }
a { background-color: rgb(133,92,25); }
div.DivClassName
{
background-color: #855C19;
}
.BgClassName
{
background-color: #855C19;
}
</style>
border-color css
<style>
span { border-color: #855C19; }
span { border-color: rgb(133,92,25); }
td.TdClassName
{
border-color: #855C19;
}
.TagClassName
{
border-color: #855C19;
}
</style>