Shades of Hot Curry #825C1B
Tints of Hot Curry #825C1B
RGB
CMYK
RGB Variations
Color information
#825C1B (or 0x825C1B) is known color: Hot Curry. HEX triplet: 82, 5C and 1B. RGB value is (130,92,27). Sum of RGB (Red+Green+Blue) = 130+92+27=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #825C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C1B is #7DA3E4. Grayscale: #606060. Windows color (decimal): -8233957 or 1793154. OLE color: 1793154.
HSL color Cylindrical-coordinate representation of color #825C1B: hue angle of 37.86º 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 #825C1B is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 92 | 27 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.49 |
| HSL | 37.86º | 0.66% | 0.31% | - |
| HSV(B) | 37.86º | 0.79% | 0.51% | - |
| XYZ | 13.23 | 12.48 | 2.75 | - |
| YUV | 95.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 27 | 0 | 0.29 | 0.79 | 0.49 | 37.86 | 0.66 | 0.31 |
| Hex | 82 | 5C | 1B | 0 | 1D | 4F | 31 | 26 | 42 | 1F |
| Octal | 202 | 134 | 33 | 0 | 35 | 117 | 61 | 46 | 102 | 37 |
| Binary | 10000010 | 1011100 | 11011 | 0 | 11101 | 1001111 | 110001 | 100110 | 1000010 | 11111 |
Color Harmonies of #825C1B
Complementary color
Monochromatic Colors of #825C1B
Black with #825C1B
Text Example
Text Example
White with #825C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C1B; }
p { color: rgb(130,92,27); }
H1.HeaderClassName
{
color: #825C1B;
}
.AnyTagClassName
{
color: #825C1B;
}
</style>
background-color css
<style>
a { background-color: #825C1B; }
a { background-color: rgb(130,92,27); }
div.DivClassName
{
background-color: #825C1B;
}
.BgClassName
{
background-color: #825C1B;
}
</style>
border-color css
<style>
span { border-color: #825C1B; }
span { border-color: rgb(130,92,27); }
td.TdClassName
{
border-color: #825C1B;
}
.TagClassName
{
border-color: #825C1B;
}
</style>