Shades of Hot Curry #825E1B
Tints of Hot Curry #825E1B
RGB
CMYK
RGB Variations
Color information
#825E1B (or 0x825E1B) is known color: Hot Curry. HEX triplet: 82, 5E and 1B. RGB value is (130,94,27). Sum of RGB (Red+Green+Blue) = 130+94+27=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #825E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E1B is #7DA1E4. Grayscale: #616161. Windows color (decimal): -8233445 or 1793666. OLE color: 1793666.
HSL color Cylindrical-coordinate representation of color #825E1B: hue angle of 39.03º 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 #825E1B is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 27 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.49 |
| HSL | 39.03º | 0.66% | 0.31% | - |
| HSV(B) | 39.03º | 0.79% | 0.51% | - |
| XYZ | 13.41 | 12.83 | 2.81 | - |
| YUV | 97.13 | 88.43 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 27 | 0 | 0.28 | 0.79 | 0.49 | 39.03 | 0.66 | 0.31 |
| Hex | 82 | 5E | 1B | 0 | 1C | 4F | 31 | 27 | 42 | 1F |
| Octal | 202 | 136 | 33 | 0 | 34 | 117 | 61 | 47 | 102 | 37 |
| Binary | 10000010 | 1011110 | 11011 | 0 | 11100 | 1001111 | 110001 | 100111 | 1000010 | 11111 |
Color Harmonies of #825E1B
Complementary color
Monochromatic Colors of #825E1B
Black with #825E1B
Text Example
Text Example
White with #825E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E1B; }
p { color: rgb(130,94,27); }
H1.HeaderClassName
{
color: #825E1B;
}
.AnyTagClassName
{
color: #825E1B;
}
</style>
background-color css
<style>
a { background-color: #825E1B; }
a { background-color: rgb(130,94,27); }
div.DivClassName
{
background-color: #825E1B;
}
.BgClassName
{
background-color: #825E1B;
}
</style>
border-color css
<style>
span { border-color: #825E1B; }
span { border-color: rgb(130,94,27); }
td.TdClassName
{
border-color: #825E1B;
}
.TagClassName
{
border-color: #825E1B;
}
</style>