Shades of Korma #82512D
Tints of Korma #82512D
RGB
CMYK
RGB Variations
Color information
#82512D (or 0x82512D) is known color: Korma. HEX triplet: 82, 51 and 2D. RGB value is (130,81,45). Sum of RGB (Red+Green+Blue) = 130+81+45=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82512D is #7DAED2. Grayscale: #5B5B5B. Windows color (decimal): -8236755 or 2969986. OLE color: 2969986.
HSL color Cylindrical-coordinate representation of color #82512D: hue angle of 25.41º 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 #82512D is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 45 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.49 |
| HSL | 25.41º | 0.49% | 0.34% | - |
| HSV(B) | 25.41º | 0.65% | 0.51% | - |
| XYZ | 12.62 | 10.82 | 3.91 | - |
| YUV | 91.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 45 | 0 | 0.38 | 0.65 | 0.49 | 25.41 | 0.49 | 0.34 |
| Hex | 82 | 51 | 2D | 0 | 26 | 41 | 31 | 19 | 31 | 22 |
| Octal | 202 | 121 | 55 | 0 | 46 | 101 | 61 | 31 | 61 | 42 |
| Binary | 10000010 | 1010001 | 101101 | 0 | 100110 | 1000001 | 110001 | 11001 | 110001 | 100010 |
Color Harmonies of #82512D
Complementary color
Monochromatic Colors of #82512D
Black with #82512D
Text Example
Text Example
White with #82512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82512D; }
p { color: rgb(130,81,45); }
H1.HeaderClassName
{
color: #82512D;
}
.AnyTagClassName
{
color: #82512D;
}
</style>
background-color css
<style>
a { background-color: #82512D; }
a { background-color: rgb(130,81,45); }
div.DivClassName
{
background-color: #82512D;
}
.BgClassName
{
background-color: #82512D;
}
</style>
border-color css
<style>
span { border-color: #82512D; }
span { border-color: rgb(130,81,45); }
td.TdClassName
{
border-color: #82512D;
}
.TagClassName
{
border-color: #82512D;
}
</style>