Shades of Hot Curry #855717
Tints of Hot Curry #855717
RGB
CMYK
RGB Variations
Color information
#855717 (or 0x855717) is known color: Hot Curry. HEX triplet: 85, 57 and 17. RGB value is (133,87,23). Sum of RGB (Red+Green+Blue) = 133+87+23=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #855717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855717 is #7AA8E8. Grayscale: #5D5D5D. Windows color (decimal): -8038633 or 1529733. OLE color: 1529733.
HSL color Cylindrical-coordinate representation of color #855717: hue angle of 34.91º 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 #855717 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 87 | 23 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.48 |
| HSL | 34.91º | 0.71% | 0.31% | - |
| HSV(B) | 34.91º | 0.83% | 0.52% | - |
| XYZ | 13.24 | 11.86 | 2.4 | - |
| YUV | 93.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 23 | 0 | 0.35 | 0.83 | 0.48 | 34.91 | 0.71 | 0.31 |
| Hex | 85 | 57 | 17 | 0 | 23 | 53 | 30 | 23 | 47 | 1F |
| Octal | 205 | 127 | 27 | 0 | 43 | 123 | 60 | 43 | 107 | 37 |
| Binary | 10000101 | 1010111 | 10111 | 0 | 100011 | 1010011 | 110000 | 100011 | 1000111 | 11111 |
Color Harmonies of #855717
Complementary color
Monochromatic Colors of #855717
Black with #855717
Text Example
Text Example
White with #855717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855717; }
p { color: rgb(133,87,23); }
H1.HeaderClassName
{
color: #855717;
}
.AnyTagClassName
{
color: #855717;
}
</style>
background-color css
<style>
a { background-color: #855717; }
a { background-color: rgb(133,87,23); }
div.DivClassName
{
background-color: #855717;
}
.BgClassName
{
background-color: #855717;
}
</style>
border-color css
<style>
span { border-color: #855717; }
span { border-color: rgb(133,87,23); }
td.TdClassName
{
border-color: #855717;
}
.TagClassName
{
border-color: #855717;
}
</style>