Shades of Hot Curry #82541A
Tints of Hot Curry #82541A
RGB
CMYK
RGB Variations
Color information
#82541A (or 0x82541A) is known color: Hot Curry. HEX triplet: 82, 54 and 1A. RGB value is (130,84,26). Sum of RGB (Red+Green+Blue) = 130+84+26=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82541A is #7DABE5. Grayscale: #5B5B5B. Windows color (decimal): -8236006 or 1725570. OLE color: 1725570.
HSL color Cylindrical-coordinate representation of color #82541A: hue angle of 33.46º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82541A is Cyan = 0, Magento = 0.35, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 84 | 26 | - |
| CMYK | 0 | 0.35 | 0.8 | 0.49 |
| HSL | 33.46º | 0.67% | 0.31% | - |
| HSV(B) | 33.46º | 0.8% | 0.51% | - |
| XYZ | 12.56 | 11.16 | 2.47 | - |
| YUV | 91.14 | 91.24 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 26 | 0 | 0.35 | 0.8 | 0.49 | 33.46 | 0.67 | 0.31 |
| Hex | 82 | 54 | 1A | 0 | 23 | 50 | 31 | 21 | 43 | 1F |
| Octal | 202 | 124 | 32 | 0 | 43 | 120 | 61 | 41 | 103 | 37 |
| Binary | 10000010 | 1010100 | 11010 | 0 | 100011 | 1010000 | 110001 | 100001 | 1000011 | 11111 |
Color Harmonies of #82541A
Complementary color
Monochromatic Colors of #82541A
Black with #82541A
Text Example
Text Example
White with #82541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82541A; }
p { color: rgb(130,84,26); }
H1.HeaderClassName
{
color: #82541A;
}
.AnyTagClassName
{
color: #82541A;
}
</style>
background-color css
<style>
a { background-color: #82541A; }
a { background-color: rgb(130,84,26); }
div.DivClassName
{
background-color: #82541A;
}
.BgClassName
{
background-color: #82541A;
}
</style>
border-color css
<style>
span { border-color: #82541A; }
span { border-color: rgb(130,84,26); }
td.TdClassName
{
border-color: #82541A;
}
.TagClassName
{
border-color: #82541A;
}
</style>