Shades of Korma #82532D
Tints of Korma #82532D
RGB
CMYK
RGB Variations
Color information
#82532D (or 0x82532D) is known color: Korma. HEX triplet: 82, 53 and 2D. RGB value is (130,83,45). Sum of RGB (Red+Green+Blue) = 130+83+45=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82532D is #7DACD2. Grayscale: #5C5C5C. Windows color (decimal): -8236243 or 2970498. OLE color: 2970498.
HSL color Cylindrical-coordinate representation of color #82532D: hue angle of 26.82º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82532D is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 83 | 45 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.49 |
| HSL | 26.82º | 0.49% | 0.34% | - |
| HSV(B) | 26.82º | 0.65% | 0.51% | - |
| XYZ | 12.77 | 11.12 | 3.96 | - |
| YUV | 92.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 45 | 0 | 0.36 | 0.65 | 0.49 | 26.82 | 0.49 | 0.34 |
| Hex | 82 | 53 | 2D | 0 | 24 | 41 | 31 | 1B | 31 | 22 |
| Octal | 202 | 123 | 55 | 0 | 44 | 101 | 61 | 33 | 61 | 42 |
| Binary | 10000010 | 1010011 | 101101 | 0 | 100100 | 1000001 | 110001 | 11011 | 110001 | 100010 |
Color Harmonies of #82532D
Complementary color
Monochromatic Colors of #82532D
Black with #82532D
Text Example
Text Example
White with #82532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82532D; }
p { color: rgb(130,83,45); }
H1.HeaderClassName
{
color: #82532D;
}
.AnyTagClassName
{
color: #82532D;
}
</style>
background-color css
<style>
a { background-color: #82532D; }
a { background-color: rgb(130,83,45); }
div.DivClassName
{
background-color: #82532D;
}
.BgClassName
{
background-color: #82532D;
}
</style>
border-color css
<style>
span { border-color: #82532D; }
span { border-color: rgb(130,83,45); }
td.TdClassName
{
border-color: #82532D;
}
.TagClassName
{
border-color: #82532D;
}
</style>