Shades of Hot Curry #835D27
Tints of Hot Curry #835D27
RGB
CMYK
RGB Variations
Color information
#835D27 (or 0x835D27) is known color: Hot Curry. HEX triplet: 83, 5D and 27. RGB value is (131,93,39). Sum of RGB (Red+Green+Blue) = 131+93+39=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #835D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835D27 is #7CA2D8. Grayscale: #626262. Windows color (decimal): -8168153 or 2579843. OLE color: 2579843.
HSL color Cylindrical-coordinate representation of color #835D27: hue angle of 35.22º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #835D27 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 93 | 39 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.49 |
| HSL | 35.22º | 0.54% | 0.33% | - |
| HSV(B) | 35.22º | 0.7% | 0.51% | - |
| XYZ | 13.64 | 12.8 | 3.67 | - |
| YUV | 98.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 39 | 0 | 0.29 | 0.70 | 0.49 | 35.22 | 0.54 | 0.33 |
| Hex | 83 | 5D | 27 | 0 | 1D | 46 | 31 | 23 | 36 | 21 |
| Octal | 203 | 135 | 47 | 0 | 35 | 106 | 61 | 43 | 66 | 41 |
| Binary | 10000011 | 1011101 | 100111 | 0 | 11101 | 1000110 | 110001 | 100011 | 110110 | 100001 |
Color Harmonies of #835D27
Complementary color
Monochromatic Colors of #835D27
Black with #835D27
Text Example
Text Example
White with #835D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D27; }
p { color: rgb(131,93,39); }
H1.HeaderClassName
{
color: #835D27;
}
.AnyTagClassName
{
color: #835D27;
}
</style>
background-color css
<style>
a { background-color: #835D27; }
a { background-color: rgb(131,93,39); }
div.DivClassName
{
background-color: #835D27;
}
.BgClassName
{
background-color: #835D27;
}
</style>
border-color css
<style>
span { border-color: #835D27; }
span { border-color: rgb(131,93,39); }
td.TdClassName
{
border-color: #835D27;
}
.TagClassName
{
border-color: #835D27;
}
</style>