Shades of Hot Curry #855A20
Tints of Hot Curry #855A20
RGB
CMYK
RGB Variations
Color information
#855A20 (or 0x855A20) is known color: Hot Curry. HEX triplet: 85, 5A and 20. RGB value is (133,90,32). Sum of RGB (Red+Green+Blue) = 133+90+32=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #855A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A20 is #7AA5DF. Grayscale: #606060. Windows color (decimal): -8037856 or 2120325. OLE color: 2120325.
HSL color Cylindrical-coordinate representation of color #855A20: hue angle of 34.46º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #855A20 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 32 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.48 |
| HSL | 34.46º | 0.61% | 0.32% | - |
| HSV(B) | 34.46º | 0.76% | 0.52% | - |
| XYZ | 13.59 | 12.4 | 3.04 | - |
| YUV | 96.25 | 91.75 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 32 | 0 | 0.32 | 0.76 | 0.48 | 34.46 | 0.61 | 0.32 |
| Hex | 85 | 5A | 20 | 0 | 20 | 4C | 30 | 22 | 3D | 20 |
| Octal | 205 | 132 | 40 | 0 | 40 | 114 | 60 | 42 | 75 | 40 |
| Binary | 10000101 | 1011010 | 100000 | 0 | 100000 | 1001100 | 110000 | 100010 | 111101 | 100000 |
Color Harmonies of #855A20
Complementary color
Monochromatic Colors of #855A20
Black with #855A20
Text Example
Text Example
White with #855A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A20; }
p { color: rgb(133,90,32); }
H1.HeaderClassName
{
color: #855A20;
}
.AnyTagClassName
{
color: #855A20;
}
</style>
background-color css
<style>
a { background-color: #855A20; }
a { background-color: rgb(133,90,32); }
div.DivClassName
{
background-color: #855A20;
}
.BgClassName
{
background-color: #855A20;
}
</style>
border-color css
<style>
span { border-color: #855A20; }
span { border-color: rgb(133,90,32); }
td.TdClassName
{
border-color: #855A20;
}
.TagClassName
{
border-color: #855A20;
}
</style>