Shades of Hot Curry #835F21
Tints of Hot Curry #835F21
RGB
CMYK
RGB Variations
Color information
#835F21 (or 0x835F21) is known color: Hot Curry. HEX triplet: 83, 5F and 21. RGB value is (131,95,33). Sum of RGB (Red+Green+Blue) = 131+95+33=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #835F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835F21 is #7CA0DE. Grayscale: #626262. Windows color (decimal): -8167647 or 2187139. OLE color: 2187139.
HSL color Cylindrical-coordinate representation of color #835F21: hue angle of 37.96º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #835F21 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 95 | 33 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.49 |
| HSL | 37.96º | 0.6% | 0.32% | - |
| HSV(B) | 37.96º | 0.75% | 0.51% | - |
| XYZ | 13.73 | 13.12 | 3.25 | - |
| YUV | 98.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 33 | 0 | 0.27 | 0.75 | 0.49 | 37.96 | 0.6 | 0.32 |
| Hex | 83 | 5F | 21 | 0 | 1B | 4B | 31 | 26 | 3C | 20 |
| Octal | 203 | 137 | 41 | 0 | 33 | 113 | 61 | 46 | 74 | 40 |
| Binary | 10000011 | 1011111 | 100001 | 0 | 11011 | 1001011 | 110001 | 100110 | 111100 | 100000 |
Color Harmonies of #835F21
Complementary color
Monochromatic Colors of #835F21
Black with #835F21
Text Example
Text Example
White with #835F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835F21; }
p { color: rgb(131,95,33); }
H1.HeaderClassName
{
color: #835F21;
}
.AnyTagClassName
{
color: #835F21;
}
</style>
background-color css
<style>
a { background-color: #835F21; }
a { background-color: rgb(131,95,33); }
div.DivClassName
{
background-color: #835F21;
}
.BgClassName
{
background-color: #835F21;
}
</style>
border-color css
<style>
span { border-color: #835F21; }
span { border-color: rgb(131,95,33); }
td.TdClassName
{
border-color: #835F21;
}
.TagClassName
{
border-color: #835F21;
}
</style>