Shades of Hot Curry #835D1B
Tints of Hot Curry #835D1B
RGB
CMYK
RGB Variations
Color information
#835D1B (or 0x835D1B) is known color: Hot Curry. HEX triplet: 83, 5D and 1B. RGB value is (131,93,27). Sum of RGB (Red+Green+Blue) = 131+93+27=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #835D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835D1B is #7CA2E4. Grayscale: #616161. Windows color (decimal): -8168165 or 1793411. OLE color: 1793411.
HSL color Cylindrical-coordinate representation of color #835D1B: hue angle of 38.08º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #835D1B is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 93 | 27 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.49 |
| HSL | 38.08º | 0.66% | 0.31% | - |
| HSV(B) | 38.08º | 0.79% | 0.51% | - |
| XYZ | 13.47 | 12.73 | 2.78 | - |
| YUV | 96.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 27 | 0 | 0.29 | 0.79 | 0.49 | 38.08 | 0.66 | 0.31 |
| Hex | 83 | 5D | 1B | 0 | 1D | 4F | 31 | 26 | 42 | 1F |
| Octal | 203 | 135 | 33 | 0 | 35 | 117 | 61 | 46 | 102 | 37 |
| Binary | 10000011 | 1011101 | 11011 | 0 | 11101 | 1001111 | 110001 | 100110 | 1000010 | 11111 |
Color Harmonies of #835D1B
Complementary color
Monochromatic Colors of #835D1B
Black with #835D1B
Text Example
Text Example
White with #835D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D1B; }
p { color: rgb(131,93,27); }
H1.HeaderClassName
{
color: #835D1B;
}
.AnyTagClassName
{
color: #835D1B;
}
</style>
background-color css
<style>
a { background-color: #835D1B; }
a { background-color: rgb(131,93,27); }
div.DivClassName
{
background-color: #835D1B;
}
.BgClassName
{
background-color: #835D1B;
}
</style>
border-color css
<style>
span { border-color: #835D1B; }
span { border-color: rgb(131,93,27); }
td.TdClassName
{
border-color: #835D1B;
}
.TagClassName
{
border-color: #835D1B;
}
</style>