Shades of Korma #825124
Tints of Korma #825124
RGB
CMYK
RGB Variations
Color information
#825124 (or 0x825124) is known color: Korma. HEX triplet: 82, 51 and 24. RGB value is (130,81,36). Sum of RGB (Red+Green+Blue) = 130+81+36=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #825124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825124 is #7DAEDB. Grayscale: #5A5A5A. Windows color (decimal): -8236764 or 2380162. OLE color: 2380162.
HSL color Cylindrical-coordinate representation of color #825124: hue angle of 28.72º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #825124 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 36 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.49 |
| HSL | 28.72º | 0.57% | 0.33% | - |
| HSV(B) | 28.72º | 0.72% | 0.51% | - |
| XYZ | 12.47 | 10.76 | 3.09 | - |
| YUV | 90.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 36 | 0 | 0.38 | 0.72 | 0.49 | 28.72 | 0.57 | 0.33 |
| Hex | 82 | 51 | 24 | 0 | 26 | 48 | 31 | 1D | 39 | 21 |
| Octal | 202 | 121 | 44 | 0 | 46 | 110 | 61 | 35 | 71 | 41 |
| Binary | 10000010 | 1010001 | 100100 | 0 | 100110 | 1001000 | 110001 | 11101 | 111001 | 100001 |
Color Harmonies of #825124
Complementary color
Monochromatic Colors of #825124
Black with #825124
Text Example
Text Example
White with #825124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825124; }
p { color: rgb(130,81,36); }
H1.HeaderClassName
{
color: #825124;
}
.AnyTagClassName
{
color: #825124;
}
</style>
background-color css
<style>
a { background-color: #825124; }
a { background-color: rgb(130,81,36); }
div.DivClassName
{
background-color: #825124;
}
.BgClassName
{
background-color: #825124;
}
</style>
border-color css
<style>
span { border-color: #825124; }
span { border-color: rgb(130,81,36); }
td.TdClassName
{
border-color: #825124;
}
.TagClassName
{
border-color: #825124;
}
</style>