Shades of Korma #824D27
Tints of Korma #824D27
RGB
CMYK
RGB Variations
Color information
#824D27 (or 0x824D27) is known color: Korma. HEX triplet: 82, 4D and 27. RGB value is (130,77,39). Sum of RGB (Red+Green+Blue) = 130+77+39=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #824D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D27 is #7DB2D8. Grayscale: #585858. Windows color (decimal): -8237785 or 2575746. OLE color: 2575746.
HSL color Cylindrical-coordinate representation of color #824D27: hue angle of 25.05º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #824D27 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 39 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.49 |
| HSL | 25.05º | 0.54% | 0.33% | - |
| HSV(B) | 25.05º | 0.7% | 0.51% | - |
| XYZ | 12.23 | 10.2 | 3.24 | - |
| YUV | 88.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 39 | 0 | 0.41 | 0.70 | 0.49 | 25.05 | 0.54 | 0.33 |
| Hex | 82 | 4D | 27 | 0 | 29 | 46 | 31 | 19 | 36 | 21 |
| Octal | 202 | 115 | 47 | 0 | 51 | 106 | 61 | 31 | 66 | 41 |
| Binary | 10000010 | 1001101 | 100111 | 0 | 101001 | 1000110 | 110001 | 11001 | 110110 | 100001 |
Color Harmonies of #824D27
Complementary color
Monochromatic Colors of #824D27
Black with #824D27
Text Example
Text Example
White with #824D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D27; }
p { color: rgb(130,77,39); }
H1.HeaderClassName
{
color: #824D27;
}
.AnyTagClassName
{
color: #824D27;
}
</style>
background-color css
<style>
a { background-color: #824D27; }
a { background-color: rgb(130,77,39); }
div.DivClassName
{
background-color: #824D27;
}
.BgClassName
{
background-color: #824D27;
}
</style>
border-color css
<style>
span { border-color: #824D27; }
span { border-color: rgb(130,77,39); }
td.TdClassName
{
border-color: #824D27;
}
.TagClassName
{
border-color: #824D27;
}
</style>