Shades of Hot Curry #855929
Tints of Hot Curry #855929
RGB
CMYK
RGB Variations
Color information
#855929 (or 0x855929) is known color: Hot Curry. HEX triplet: 85, 59 and 29. RGB value is (133,89,41). Sum of RGB (Red+Green+Blue) = 133+89+41=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #855929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855929 is #7AA6D6. Grayscale: #606060. Windows color (decimal): -8038103 or 2709893. OLE color: 2709893.
HSL color Cylindrical-coordinate representation of color #855929: hue angle of 31.3º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #855929 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 41 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.48 |
| HSL | 31.3º | 0.53% | 0.34% | - |
| HSV(B) | 31.3º | 0.69% | 0.52% | - |
| XYZ | 13.65 | 12.29 | 3.75 | - |
| YUV | 96.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 41 | 0 | 0.33 | 0.69 | 0.48 | 31.3 | 0.53 | 0.34 |
| Hex | 85 | 59 | 29 | 0 | 21 | 45 | 30 | 1F | 35 | 22 |
| Octal | 205 | 131 | 51 | 0 | 41 | 105 | 60 | 37 | 65 | 42 |
| Binary | 10000101 | 1011001 | 101001 | 0 | 100001 | 1000101 | 110000 | 11111 | 110101 | 100010 |
Color Harmonies of #855929
Complementary color
Monochromatic Colors of #855929
Black with #855929
Text Example
Text Example
White with #855929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855929; }
p { color: rgb(133,89,41); }
H1.HeaderClassName
{
color: #855929;
}
.AnyTagClassName
{
color: #855929;
}
</style>
background-color css
<style>
a { background-color: #855929; }
a { background-color: rgb(133,89,41); }
div.DivClassName
{
background-color: #855929;
}
.BgClassName
{
background-color: #855929;
}
</style>
border-color css
<style>
span { border-color: #855929; }
span { border-color: rgb(133,89,41); }
td.TdClassName
{
border-color: #855929;
}
.TagClassName
{
border-color: #855929;
}
</style>