Shades of Korma #82522E
Tints of Korma #82522E
RGB
CMYK
RGB Variations
Color information
#82522E (or 0x82522E) is known color: Korma. HEX triplet: 82, 52 and 2E. RGB value is (130,82,46). Sum of RGB (Red+Green+Blue) = 130+82+46=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82522E is #7DADD1. Grayscale: #5C5C5C. Windows color (decimal): -8236498 or 3035778. OLE color: 3035778.
HSL color Cylindrical-coordinate representation of color #82522E: hue angle of 25.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82522E is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 46 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.49 |
| HSL | 25.71º | 0.48% | 0.35% | - |
| HSV(B) | 25.71º | 0.65% | 0.51% | - |
| XYZ | 12.72 | 10.98 | 4.03 | - |
| YUV | 92.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 46 | 0 | 0.37 | 0.65 | 0.49 | 25.71 | 0.48 | 0.35 |
| Hex | 82 | 52 | 2E | 0 | 25 | 41 | 31 | 1A | 30 | 23 |
| Octal | 202 | 122 | 56 | 0 | 45 | 101 | 61 | 32 | 60 | 43 |
| Binary | 10000010 | 1010010 | 101110 | 0 | 100101 | 1000001 | 110001 | 11010 | 110000 | 100011 |
Color Harmonies of #82522E
Complementary color
Monochromatic Colors of #82522E
Black with #82522E
Text Example
Text Example
White with #82522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82522E; }
p { color: rgb(130,82,46); }
H1.HeaderClassName
{
color: #82522E;
}
.AnyTagClassName
{
color: #82522E;
}
</style>
background-color css
<style>
a { background-color: #82522E; }
a { background-color: rgb(130,82,46); }
div.DivClassName
{
background-color: #82522E;
}
.BgClassName
{
background-color: #82522E;
}
</style>
border-color css
<style>
span { border-color: #82522E; }
span { border-color: rgb(130,82,46); }
td.TdClassName
{
border-color: #82522E;
}
.TagClassName
{
border-color: #82522E;
}
</style>