Shades of Hot Curry #835B1F
Tints of Hot Curry #835B1F
RGB
CMYK
RGB Variations
Color information
#835B1F (or 0x835B1F) is known color: Hot Curry. HEX triplet: 83, 5B and 1F. RGB value is (131,91,31). Sum of RGB (Red+Green+Blue) = 131+91+31=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #835B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B1F is #7CA4E0. Grayscale: #606060. Windows color (decimal): -8168673 or 2055043. OLE color: 2055043.
HSL color Cylindrical-coordinate representation of color #835B1F: hue angle of 36º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #835B1F is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 91 | 31 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.49 |
| HSL | 36º | 0.62% | 0.32% | - |
| HSV(B) | 36º | 0.76% | 0.51% | - |
| XYZ | 13.35 | 12.41 | 2.99 | - |
| YUV | 96.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 31 | 0 | 0.31 | 0.76 | 0.49 | 36 | 0.62 | 0.32 |
| Hex | 83 | 5B | 1F | 0 | 1F | 4C | 31 | 24 | 3E | 20 |
| Octal | 203 | 133 | 37 | 0 | 37 | 114 | 61 | 44 | 76 | 40 |
| Binary | 10000011 | 1011011 | 11111 | 0 | 11111 | 1001100 | 110001 | 100100 | 111110 | 100000 |
Color Harmonies of #835B1F
Complementary color
Monochromatic Colors of #835B1F
Black with #835B1F
Text Example
Text Example
White with #835B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B1F; }
p { color: rgb(131,91,31); }
H1.HeaderClassName
{
color: #835B1F;
}
.AnyTagClassName
{
color: #835B1F;
}
</style>
background-color css
<style>
a { background-color: #835B1F; }
a { background-color: rgb(131,91,31); }
div.DivClassName
{
background-color: #835B1F;
}
.BgClassName
{
background-color: #835B1F;
}
</style>
border-color css
<style>
span { border-color: #835B1F; }
span { border-color: rgb(131,91,31); }
td.TdClassName
{
border-color: #835B1F;
}
.TagClassName
{
border-color: #835B1F;
}
</style>