Shades of Korma #82482D
Tints of Korma #82482D
RGB
CMYK
RGB Variations
Color information
#82482D (or 0x82482D) is known color: Korma. HEX triplet: 82, 48 and 2D. RGB value is (130,72,45). Sum of RGB (Red+Green+Blue) = 130+72+45=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #82482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82482D is #7DB7D2. Grayscale: #565656. Windows color (decimal): -8239059 or 2967682. OLE color: 2967682.
HSL color Cylindrical-coordinate representation of color #82482D: hue angle of 19.06º 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 #82482D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 45 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.49 |
| HSL | 19.06º | 0.49% | 0.34% | - |
| HSV(B) | 19.06º | 0.65% | 0.51% | - |
| XYZ | 12 | 9.57 | 3.7 | - |
| YUV | 86.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 45 | 0 | 0.45 | 0.65 | 0.49 | 19.06 | 0.49 | 0.34 |
| Hex | 82 | 48 | 2D | 0 | 2D | 41 | 31 | 13 | 31 | 22 |
| Octal | 202 | 110 | 55 | 0 | 55 | 101 | 61 | 23 | 61 | 42 |
| Binary | 10000010 | 1001000 | 101101 | 0 | 101101 | 1000001 | 110001 | 10011 | 110001 | 100010 |
Color Harmonies of #82482D
Complementary color
Monochromatic Colors of #82482D
Black with #82482D
Text Example
Text Example
White with #82482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82482D; }
p { color: rgb(130,72,45); }
H1.HeaderClassName
{
color: #82482D;
}
.AnyTagClassName
{
color: #82482D;
}
</style>
background-color css
<style>
a { background-color: #82482D; }
a { background-color: rgb(130,72,45); }
div.DivClassName
{
background-color: #82482D;
}
.BgClassName
{
background-color: #82482D;
}
</style>
border-color css
<style>
span { border-color: #82482D; }
span { border-color: rgb(130,72,45); }
td.TdClassName
{
border-color: #82482D;
}
.TagClassName
{
border-color: #82482D;
}
</style>