Shades of Hot Curry #856123
Tints of Hot Curry #856123
RGB
CMYK
RGB Variations
Color information
#856123 (or 0x856123) is known color: Hot Curry. HEX triplet: 85, 61 and 23. RGB value is (133,97,35). Sum of RGB (Red+Green+Blue) = 133+97+35=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #856123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856123 is #7A9EDC. Grayscale: #646464. Windows color (decimal): -8036061 or 2318725. OLE color: 2318725.
HSL color Cylindrical-coordinate representation of color #856123: hue angle of 37.96º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #856123 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 97 | 35 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.48 |
| HSL | 37.96º | 0.58% | 0.33% | - |
| HSV(B) | 37.96º | 0.74% | 0.52% | - |
| XYZ | 14.25 | 13.66 | 3.48 | - |
| YUV | 100.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 35 | 0 | 0.27 | 0.74 | 0.48 | 37.96 | 0.58 | 0.33 |
| Hex | 85 | 61 | 23 | 0 | 1B | 4A | 30 | 26 | 3A | 21 |
| Octal | 205 | 141 | 43 | 0 | 33 | 112 | 60 | 46 | 72 | 41 |
| Binary | 10000101 | 1100001 | 100011 | 0 | 11011 | 1001010 | 110000 | 100110 | 111010 | 100001 |
Color Harmonies of #856123
Complementary color
Monochromatic Colors of #856123
Black with #856123
Text Example
Text Example
White with #856123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856123; }
p { color: rgb(133,97,35); }
H1.HeaderClassName
{
color: #856123;
}
.AnyTagClassName
{
color: #856123;
}
</style>
background-color css
<style>
a { background-color: #856123; }
a { background-color: rgb(133,97,35); }
div.DivClassName
{
background-color: #856123;
}
.BgClassName
{
background-color: #856123;
}
</style>
border-color css
<style>
span { border-color: #856123; }
span { border-color: rgb(133,97,35); }
td.TdClassName
{
border-color: #856123;
}
.TagClassName
{
border-color: #856123;
}
</style>