Shades of Korma #824D30
Tints of Korma #824D30
RGB
CMYK
RGB Variations
Color information
#824D30 (or 0x824D30) is known color: Korma. HEX triplet: 82, 4D and 30. RGB value is (130,77,48). Sum of RGB (Red+Green+Blue) = 130+77+48=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #824D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D30 is #7DB2CF. Grayscale: #595959. Windows color (decimal): -8237776 or 3165570. OLE color: 3165570.
HSL color Cylindrical-coordinate representation of color #824D30: hue angle of 21.22º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #824D30 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 48 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.49 |
| HSL | 21.22º | 0.46% | 0.35% | - |
| HSV(B) | 21.22º | 0.63% | 0.51% | - |
| XYZ | 12.39 | 10.27 | 4.12 | - |
| YUV | 89.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 48 | 0 | 0.41 | 0.63 | 0.49 | 21.22 | 0.46 | 0.35 |
| Hex | 82 | 4D | 30 | 0 | 29 | 3F | 31 | 15 | 2E | 23 |
| Octal | 202 | 115 | 60 | 0 | 51 | 77 | 61 | 25 | 56 | 43 |
| Binary | 10000010 | 1001101 | 110000 | 0 | 101001 | 111111 | 110001 | 10101 | 101110 | 100011 |
Color Harmonies of #824D30
Complementary color
Monochromatic Colors of #824D30
Black with #824D30
Text Example
Text Example
White with #824D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D30; }
p { color: rgb(130,77,48); }
H1.HeaderClassName
{
color: #824D30;
}
.AnyTagClassName
{
color: #824D30;
}
</style>
background-color css
<style>
a { background-color: #824D30; }
a { background-color: rgb(130,77,48); }
div.DivClassName
{
background-color: #824D30;
}
.BgClassName
{
background-color: #824D30;
}
</style>
border-color css
<style>
span { border-color: #824D30; }
span { border-color: rgb(130,77,48); }
td.TdClassName
{
border-color: #824D30;
}
.TagClassName
{
border-color: #824D30;
}
</style>