Shades of Hot Curry #855D2A
Tints of Hot Curry #855D2A
RGB
CMYK
RGB Variations
Color information
#855D2A (or 0x855D2A) is known color: Hot Curry. HEX triplet: 85, 5D and 2A. RGB value is (133,93,42). Sum of RGB (Red+Green+Blue) = 133+93+42=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #855D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D2A is #7AA2D5. Grayscale: #636363. Windows color (decimal): -8037078 or 2776453. OLE color: 2776453.
HSL color Cylindrical-coordinate representation of color #855D2A: hue angle of 33.63º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #855D2A is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 42 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.48 |
| HSL | 33.63º | 0.52% | 0.34% | - |
| HSV(B) | 33.63º | 0.68% | 0.52% | - |
| XYZ | 14.01 | 12.98 | 3.96 | - |
| YUV | 99.15 | 95.75 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 42 | 0 | 0.30 | 0.68 | 0.48 | 33.63 | 0.52 | 0.34 |
| Hex | 85 | 5D | 2A | 0 | 1E | 44 | 30 | 22 | 34 | 22 |
| Octal | 205 | 135 | 52 | 0 | 36 | 104 | 60 | 42 | 64 | 42 |
| Binary | 10000101 | 1011101 | 101010 | 0 | 11110 | 1000100 | 110000 | 100010 | 110100 | 100010 |
Color Harmonies of #855D2A
Complementary color
Monochromatic Colors of #855D2A
Black with #855D2A
Text Example
Text Example
White with #855D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D2A; }
p { color: rgb(133,93,42); }
H1.HeaderClassName
{
color: #855D2A;
}
.AnyTagClassName
{
color: #855D2A;
}
</style>
background-color css
<style>
a { background-color: #855D2A; }
a { background-color: rgb(133,93,42); }
div.DivClassName
{
background-color: #855D2A;
}
.BgClassName
{
background-color: #855D2A;
}
</style>
border-color css
<style>
span { border-color: #855D2A; }
span { border-color: rgb(133,93,42); }
td.TdClassName
{
border-color: #855D2A;
}
.TagClassName
{
border-color: #855D2A;
}
</style>