Shades of Korma #82552E
Tints of Korma #82552E
RGB
CMYK
RGB Variations
Color information
#82552E (or 0x82552E) is known color: Korma. HEX triplet: 82, 55 and 2E. RGB value is (130,85,46). Sum of RGB (Red+Green+Blue) = 130+85+46=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82552E is #7DAAD1. Grayscale: #5E5E5E. Windows color (decimal): -8235730 or 3036546. OLE color: 3036546.
HSL color Cylindrical-coordinate representation of color #82552E: hue angle of 27.86º 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 #82552E is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 85 | 46 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.49 |
| HSL | 27.86º | 0.48% | 0.35% | - |
| HSV(B) | 27.86º | 0.65% | 0.51% | - |
| XYZ | 12.95 | 11.44 | 4.11 | - |
| YUV | 94.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 46 | 0 | 0.35 | 0.65 | 0.49 | 27.86 | 0.48 | 0.35 |
| Hex | 82 | 55 | 2E | 0 | 23 | 41 | 31 | 1C | 30 | 23 |
| Octal | 202 | 125 | 56 | 0 | 43 | 101 | 61 | 34 | 60 | 43 |
| Binary | 10000010 | 1010101 | 101110 | 0 | 100011 | 1000001 | 110001 | 11100 | 110000 | 100011 |
Color Harmonies of #82552E
Complementary color
Monochromatic Colors of #82552E
Black with #82552E
Text Example
Text Example
White with #82552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82552E; }
p { color: rgb(130,85,46); }
H1.HeaderClassName
{
color: #82552E;
}
.AnyTagClassName
{
color: #82552E;
}
</style>
background-color css
<style>
a { background-color: #82552E; }
a { background-color: rgb(130,85,46); }
div.DivClassName
{
background-color: #82552E;
}
.BgClassName
{
background-color: #82552E;
}
</style>
border-color css
<style>
span { border-color: #82552E; }
span { border-color: rgb(130,85,46); }
td.TdClassName
{
border-color: #82552E;
}
.TagClassName
{
border-color: #82552E;
}
</style>