Shades of Korma #824D2E
Tints of Korma #824D2E
RGB
CMYK
RGB Variations
Color information
#824D2E (or 0x824D2E) is known color: Korma. HEX triplet: 82, 4D and 2E. RGB value is (130,77,46). Sum of RGB (Red+Green+Blue) = 130+77+46=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #824D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D2E is #7DB2D1. Grayscale: #595959. Windows color (decimal): -8237778 or 3034498. OLE color: 3034498.
HSL color Cylindrical-coordinate representation of color #824D2E: hue angle of 22.14º 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 #824D2E is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 46 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.49 |
| HSL | 22.14º | 0.48% | 0.35% | - |
| HSV(B) | 22.14º | 0.65% | 0.51% | - |
| XYZ | 12.35 | 10.25 | 3.91 | - |
| YUV | 89.31 | 103.56 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 46 | 0 | 0.41 | 0.65 | 0.49 | 22.14 | 0.48 | 0.35 |
| Hex | 82 | 4D | 2E | 0 | 29 | 41 | 31 | 16 | 30 | 23 |
| Octal | 202 | 115 | 56 | 0 | 51 | 101 | 61 | 26 | 60 | 43 |
| Binary | 10000010 | 1001101 | 101110 | 0 | 101001 | 1000001 | 110001 | 10110 | 110000 | 100011 |
Color Harmonies of #824D2E
Complementary color
Monochromatic Colors of #824D2E
Black with #824D2E
Text Example
Text Example
White with #824D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D2E; }
p { color: rgb(130,77,46); }
H1.HeaderClassName
{
color: #824D2E;
}
.AnyTagClassName
{
color: #824D2E;
}
</style>
background-color css
<style>
a { background-color: #824D2E; }
a { background-color: rgb(130,77,46); }
div.DivClassName
{
background-color: #824D2E;
}
.BgClassName
{
background-color: #824D2E;
}
</style>
border-color css
<style>
span { border-color: #824D2E; }
span { border-color: rgb(130,77,46); }
td.TdClassName
{
border-color: #824D2E;
}
.TagClassName
{
border-color: #824D2E;
}
</style>