Shades of Hot Curry #855818
Tints of Hot Curry #855818
RGB
CMYK
RGB Variations
Color information
#855818 (or 0x855818) is known color: Hot Curry. HEX triplet: 85, 58 and 18. RGB value is (133,88,24). Sum of RGB (Red+Green+Blue) = 133+88+24=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #855818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855818 is #7AA7E7. Grayscale: #5E5E5E. Windows color (decimal): -8038376 or 1595525. OLE color: 1595525.
HSL color Cylindrical-coordinate representation of color #855818: hue angle of 35.23º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #855818 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 24 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.48 |
| HSL | 35.23º | 0.69% | 0.31% | - |
| HSV(B) | 35.23º | 0.82% | 0.52% | - |
| XYZ | 13.33 | 12.03 | 2.48 | - |
| YUV | 94.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 24 | 0 | 0.34 | 0.82 | 0.48 | 35.23 | 0.69 | 0.31 |
| Hex | 85 | 58 | 18 | 0 | 22 | 52 | 30 | 23 | 45 | 1F |
| Octal | 205 | 130 | 30 | 0 | 42 | 122 | 60 | 43 | 105 | 37 |
| Binary | 10000101 | 1011000 | 11000 | 0 | 100010 | 1010010 | 110000 | 100011 | 1000101 | 11111 |
Color Harmonies of #855818
Complementary color
Monochromatic Colors of #855818
Black with #855818
Text Example
Text Example
White with #855818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855818; }
p { color: rgb(133,88,24); }
H1.HeaderClassName
{
color: #855818;
}
.AnyTagClassName
{
color: #855818;
}
</style>
background-color css
<style>
a { background-color: #855818; }
a { background-color: rgb(133,88,24); }
div.DivClassName
{
background-color: #855818;
}
.BgClassName
{
background-color: #855818;
}
</style>
border-color css
<style>
span { border-color: #855818; }
span { border-color: rgb(133,88,24); }
td.TdClassName
{
border-color: #855818;
}
.TagClassName
{
border-color: #855818;
}
</style>