Shades of Hot Curry #855F28
Tints of Hot Curry #855F28
RGB
CMYK
RGB Variations
Color information
#855F28 (or 0x855F28) is known color: Hot Curry. HEX triplet: 85, 5F and 28. RGB value is (133,95,40). Sum of RGB (Red+Green+Blue) = 133+95+40=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #855F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F28 is #7AA0D7. Grayscale: #646464. Windows color (decimal): -8036568 or 2645893. OLE color: 2645893.
HSL color Cylindrical-coordinate representation of color #855F28: hue angle of 35.48º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #855F28 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 95 | 40 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.48 |
| HSL | 35.48º | 0.54% | 0.34% | - |
| HSV(B) | 35.48º | 0.7% | 0.52% | - |
| XYZ | 14.15 | 13.32 | 3.83 | - |
| YUV | 100.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 40 | 0 | 0.29 | 0.70 | 0.48 | 35.48 | 0.54 | 0.34 |
| Hex | 85 | 5F | 28 | 0 | 1D | 46 | 30 | 23 | 36 | 22 |
| Octal | 205 | 137 | 50 | 0 | 35 | 106 | 60 | 43 | 66 | 42 |
| Binary | 10000101 | 1011111 | 101000 | 0 | 11101 | 1000110 | 110000 | 100011 | 110110 | 100010 |
Color Harmonies of #855F28
Complementary color
Monochromatic Colors of #855F28
Black with #855F28
Text Example
Text Example
White with #855F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F28; }
p { color: rgb(133,95,40); }
H1.HeaderClassName
{
color: #855F28;
}
.AnyTagClassName
{
color: #855F28;
}
</style>
background-color css
<style>
a { background-color: #855F28; }
a { background-color: rgb(133,95,40); }
div.DivClassName
{
background-color: #855F28;
}
.BgClassName
{
background-color: #855F28;
}
</style>
border-color css
<style>
span { border-color: #855F28; }
span { border-color: rgb(133,95,40); }
td.TdClassName
{
border-color: #855F28;
}
.TagClassName
{
border-color: #855F28;
}
</style>