Shades of Hot Curry #855B2A
Tints of Hot Curry #855B2A
RGB
CMYK
RGB Variations
Color information
#855B2A (or 0x855B2A) is known color: Hot Curry. HEX triplet: 85, 5B and 2A. RGB value is (133,91,42). Sum of RGB (Red+Green+Blue) = 133+91+42=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #855B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B2A is #7AA4D5. Grayscale: #626262. Windows color (decimal): -8037590 or 2775941. OLE color: 2775941.
HSL color Cylindrical-coordinate representation of color #855B2A: hue angle of 32.31º 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 #855B2A is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 42 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.48 |
| HSL | 32.31º | 0.52% | 0.34% | - |
| HSV(B) | 32.31º | 0.68% | 0.52% | - |
| XYZ | 13.83 | 12.64 | 3.9 | - |
| YUV | 97.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 42 | 0 | 0.32 | 0.68 | 0.48 | 32.31 | 0.52 | 0.34 |
| Hex | 85 | 5B | 2A | 0 | 20 | 44 | 30 | 20 | 34 | 22 |
| Octal | 205 | 133 | 52 | 0 | 40 | 104 | 60 | 40 | 64 | 42 |
| Binary | 10000101 | 1011011 | 101010 | 0 | 100000 | 1000100 | 110000 | 100000 | 110100 | 100010 |
Color Harmonies of #855B2A
Complementary color
Monochromatic Colors of #855B2A
Black with #855B2A
Text Example
Text Example
White with #855B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B2A; }
p { color: rgb(133,91,42); }
H1.HeaderClassName
{
color: #855B2A;
}
.AnyTagClassName
{
color: #855B2A;
}
</style>
background-color css
<style>
a { background-color: #855B2A; }
a { background-color: rgb(133,91,42); }
div.DivClassName
{
background-color: #855B2A;
}
.BgClassName
{
background-color: #855B2A;
}
</style>
border-color css
<style>
span { border-color: #855B2A; }
span { border-color: rgb(133,91,42); }
td.TdClassName
{
border-color: #855B2A;
}
.TagClassName
{
border-color: #855B2A;
}
</style>