Shades of Hot Curry #855914
Tints of Hot Curry #855914
RGB
CMYK
RGB Variations
Color information
#855914 (or 0x855914) is known color: Hot Curry. HEX triplet: 85, 59 and 14. RGB value is (133,89,20). Sum of RGB (Red+Green+Blue) = 133+89+20=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #855914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855914 is #7AA6EB. Grayscale: #5E5E5E. Windows color (decimal): -8038124 or 1333637. OLE color: 1333637.
HSL color Cylindrical-coordinate representation of color #855914: hue angle of 36.64º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #855914 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 20 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.48 |
| HSL | 36.64º | 0.74% | 0.3% | - |
| HSV(B) | 36.64º | 0.85% | 0.52% | - |
| XYZ | 13.37 | 12.18 | 2.31 | - |
| YUV | 94.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 20 | 0 | 0.33 | 0.85 | 0.48 | 36.64 | 0.74 | 0.3 |
| Hex | 85 | 59 | 14 | 0 | 21 | 55 | 30 | 25 | 4A | 1E |
| Octal | 205 | 131 | 24 | 0 | 41 | 125 | 60 | 45 | 112 | 36 |
| Binary | 10000101 | 1011001 | 10100 | 0 | 100001 | 1010101 | 110000 | 100101 | 1001010 | 11110 |
Color Harmonies of #855914
Complementary color
Monochromatic Colors of #855914
Black with #855914
Text Example
Text Example
White with #855914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855914; }
p { color: rgb(133,89,20); }
H1.HeaderClassName
{
color: #855914;
}
.AnyTagClassName
{
color: #855914;
}
</style>
background-color css
<style>
a { background-color: #855914; }
a { background-color: rgb(133,89,20); }
div.DivClassName
{
background-color: #855914;
}
.BgClassName
{
background-color: #855914;
}
</style>
border-color css
<style>
span { border-color: #855914; }
span { border-color: rgb(133,89,20); }
td.TdClassName
{
border-color: #855914;
}
.TagClassName
{
border-color: #855914;
}
</style>