Shades of Korma #825123
Tints of Korma #825123
RGB
CMYK
RGB Variations
Color information
#825123 (or 0x825123) is known color: Korma. HEX triplet: 82, 51 and 23. RGB value is (130,81,35). Sum of RGB (Red+Green+Blue) = 130+81+35=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #825123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825123 is #7DAEDC. Grayscale: #5A5A5A. Windows color (decimal): -8236765 or 2314626. OLE color: 2314626.
HSL color Cylindrical-coordinate representation of color #825123: hue angle of 29.05º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #825123 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 35 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.49 |
| HSL | 29.05º | 0.58% | 0.32% | - |
| HSV(B) | 29.05º | 0.73% | 0.51% | - |
| XYZ | 12.45 | 10.75 | 3.01 | - |
| YUV | 90.41 | 96.73 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 35 | 0 | 0.38 | 0.73 | 0.49 | 29.05 | 0.58 | 0.32 |
| Hex | 82 | 51 | 23 | 0 | 26 | 49 | 31 | 1D | 3A | 20 |
| Octal | 202 | 121 | 43 | 0 | 46 | 111 | 61 | 35 | 72 | 40 |
| Binary | 10000010 | 1010001 | 100011 | 0 | 100110 | 1001001 | 110001 | 11101 | 111010 | 100000 |
Color Harmonies of #825123
Complementary color
Monochromatic Colors of #825123
Black with #825123
Text Example
Text Example
White with #825123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825123; }
p { color: rgb(130,81,35); }
H1.HeaderClassName
{
color: #825123;
}
.AnyTagClassName
{
color: #825123;
}
</style>
background-color css
<style>
a { background-color: #825123; }
a { background-color: rgb(130,81,35); }
div.DivClassName
{
background-color: #825123;
}
.BgClassName
{
background-color: #825123;
}
</style>
border-color css
<style>
span { border-color: #825123; }
span { border-color: rgb(130,81,35); }
td.TdClassName
{
border-color: #825123;
}
.TagClassName
{
border-color: #825123;
}
</style>