Shades of Hot Curry #835A1B
Tints of Hot Curry #835A1B
RGB
CMYK
RGB Variations
Color information
#835A1B (or 0x835A1B) is known color: Hot Curry. HEX triplet: 83, 5A and 1B. RGB value is (131,90,27). Sum of RGB (Red+Green+Blue) = 131+90+27=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #835A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835A1B is #7CA5E4. Grayscale: #5F5F5F. Windows color (decimal): -8168933 or 1792643. OLE color: 1792643.
HSL color Cylindrical-coordinate representation of color #835A1B: hue angle of 36.35º 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 #835A1B is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 90 | 27 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.49 |
| HSL | 36.35º | 0.66% | 0.31% | - |
| HSV(B) | 36.35º | 0.79% | 0.51% | - |
| XYZ | 13.21 | 12.22 | 2.7 | - |
| YUV | 95.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 27 | 0 | 0.31 | 0.79 | 0.49 | 36.35 | 0.66 | 0.31 |
| Hex | 83 | 5A | 1B | 0 | 1F | 4F | 31 | 24 | 42 | 1F |
| Octal | 203 | 132 | 33 | 0 | 37 | 117 | 61 | 44 | 102 | 37 |
| Binary | 10000011 | 1011010 | 11011 | 0 | 11111 | 1001111 | 110001 | 100100 | 1000010 | 11111 |
Color Harmonies of #835A1B
Complementary color
Monochromatic Colors of #835A1B
Black with #835A1B
Text Example
Text Example
White with #835A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835A1B; }
p { color: rgb(131,90,27); }
H1.HeaderClassName
{
color: #835A1B;
}
.AnyTagClassName
{
color: #835A1B;
}
</style>
background-color css
<style>
a { background-color: #835A1B; }
a { background-color: rgb(131,90,27); }
div.DivClassName
{
background-color: #835A1B;
}
.BgClassName
{
background-color: #835A1B;
}
</style>
border-color css
<style>
span { border-color: #835A1B; }
span { border-color: rgb(131,90,27); }
td.TdClassName
{
border-color: #835A1B;
}
.TagClassName
{
border-color: #835A1B;
}
</style>