Shades of Korma #82502E
Tints of Korma #82502E
RGB
CMYK
RGB Variations
Color information
#82502E (or 0x82502E) is known color: Korma. HEX triplet: 82, 50 and 2E. RGB value is (130,80,46). Sum of RGB (Red+Green+Blue) = 130+80+46=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82502E is #7DAFD1. Grayscale: #5B5B5B. Windows color (decimal): -8237010 or 3035266. OLE color: 3035266.
HSL color Cylindrical-coordinate representation of color #82502E: hue angle of 24.29º 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 #82502E is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 80 | 46 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.49 |
| HSL | 24.29º | 0.48% | 0.35% | - |
| HSV(B) | 24.29º | 0.65% | 0.51% | - |
| XYZ | 12.57 | 10.68 | 3.98 | - |
| YUV | 91.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 46 | 0 | 0.38 | 0.65 | 0.49 | 24.29 | 0.48 | 0.35 |
| Hex | 82 | 50 | 2E | 0 | 26 | 41 | 31 | 18 | 30 | 23 |
| Octal | 202 | 120 | 56 | 0 | 46 | 101 | 61 | 30 | 60 | 43 |
| Binary | 10000010 | 1010000 | 101110 | 0 | 100110 | 1000001 | 110001 | 11000 | 110000 | 100011 |
Color Harmonies of #82502E
Complementary color
Monochromatic Colors of #82502E
Black with #82502E
Text Example
Text Example
White with #82502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82502E; }
p { color: rgb(130,80,46); }
H1.HeaderClassName
{
color: #82502E;
}
.AnyTagClassName
{
color: #82502E;
}
</style>
background-color css
<style>
a { background-color: #82502E; }
a { background-color: rgb(130,80,46); }
div.DivClassName
{
background-color: #82502E;
}
.BgClassName
{
background-color: #82502E;
}
</style>
border-color css
<style>
span { border-color: #82502E; }
span { border-color: rgb(130,80,46); }
td.TdClassName
{
border-color: #82502E;
}
.TagClassName
{
border-color: #82502E;
}
</style>