Shades of Hot Curry #855C1A
Tints of Hot Curry #855C1A
RGB
CMYK
RGB Variations
Color information
#855C1A (or 0x855C1A) is known color: Hot Curry. HEX triplet: 85, 5C and 1A. RGB value is (133,92,26). Sum of RGB (Red+Green+Blue) = 133+92+26=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #855C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C1A is #7AA3E5. Grayscale: #616161. Windows color (decimal): -8037350 or 1727621. OLE color: 1727621.
HSL color Cylindrical-coordinate representation of color #855C1A: hue angle of 37.01º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #855C1A is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 26 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.48 |
| HSL | 37.01º | 0.67% | 0.31% | - |
| HSV(B) | 37.01º | 0.8% | 0.52% | - |
| XYZ | 13.69 | 12.72 | 2.71 | - |
| YUV | 96.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 26 | 0 | 0.31 | 0.80 | 0.48 | 37.01 | 0.67 | 0.31 |
| Hex | 85 | 5C | 1A | 0 | 1F | 50 | 30 | 25 | 43 | 1F |
| Octal | 205 | 134 | 32 | 0 | 37 | 120 | 60 | 45 | 103 | 37 |
| Binary | 10000101 | 1011100 | 11010 | 0 | 11111 | 1010000 | 110000 | 100101 | 1000011 | 11111 |
Color Harmonies of #855C1A
Complementary color
Monochromatic Colors of #855C1A
Black with #855C1A
Text Example
Text Example
White with #855C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C1A; }
p { color: rgb(133,92,26); }
H1.HeaderClassName
{
color: #855C1A;
}
.AnyTagClassName
{
color: #855C1A;
}
</style>
background-color css
<style>
a { background-color: #855C1A; }
a { background-color: rgb(133,92,26); }
div.DivClassName
{
background-color: #855C1A;
}
.BgClassName
{
background-color: #855C1A;
}
</style>
border-color css
<style>
span { border-color: #855C1A; }
span { border-color: rgb(133,92,26); }
td.TdClassName
{
border-color: #855C1A;
}
.TagClassName
{
border-color: #855C1A;
}
</style>