Shades of Hot Curry #855B2B
Tints of Hot Curry #855B2B
RGB
CMYK
RGB Variations
Color information
#855B2B (or 0x855B2B) is known color: Hot Curry. HEX triplet: 85, 5B and 2B. RGB value is (133,91,43). Sum of RGB (Red+Green+Blue) = 133+91+43=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #855B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B2B is #7AA4D4. Grayscale: #626262. Windows color (decimal): -8037589 or 2841477. OLE color: 2841477.
HSL color Cylindrical-coordinate representation of color #855B2B: hue angle of 32º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #855B2B is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 43 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.48 |
| HSL | 32º | 0.51% | 0.35% | - |
| HSV(B) | 32º | 0.68% | 0.52% | - |
| XYZ | 13.85 | 12.64 | 4 | - |
| YUV | 98.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 43 | 0 | 0.32 | 0.68 | 0.48 | 32 | 0.51 | 0.35 |
| Hex | 85 | 5B | 2B | 0 | 20 | 44 | 30 | 20 | 33 | 23 |
| Octal | 205 | 133 | 53 | 0 | 40 | 104 | 60 | 40 | 63 | 43 |
| Binary | 10000101 | 1011011 | 101011 | 0 | 100000 | 1000100 | 110000 | 100000 | 110011 | 100011 |
Color Harmonies of #855B2B
Complementary color
Monochromatic Colors of #855B2B
Black with #855B2B
Text Example
Text Example
White with #855B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B2B; }
p { color: rgb(133,91,43); }
H1.HeaderClassName
{
color: #855B2B;
}
.AnyTagClassName
{
color: #855B2B;
}
</style>
background-color css
<style>
a { background-color: #855B2B; }
a { background-color: rgb(133,91,43); }
div.DivClassName
{
background-color: #855B2B;
}
.BgClassName
{
background-color: #855B2B;
}
</style>
border-color css
<style>
span { border-color: #855B2B; }
span { border-color: rgb(133,91,43); }
td.TdClassName
{
border-color: #855B2B;
}
.TagClassName
{
border-color: #855B2B;
}
</style>