Shades of Korma #824A2E
Tints of Korma #824A2E
RGB
CMYK
RGB Variations
Color information
#824A2E (or 0x824A2E) is known color: Korma. HEX triplet: 82, 4A and 2E. RGB value is (130,74,46). Sum of RGB (Red+Green+Blue) = 130+74+46=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #824A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A2E is #7DB5D1. Grayscale: #575757. Windows color (decimal): -8238546 or 3033730. OLE color: 3033730.
HSL color Cylindrical-coordinate representation of color #824A2E: hue angle of 20º 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 #824A2E is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 46 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.49 |
| HSL | 20º | 0.48% | 0.35% | - |
| HSV(B) | 20º | 0.65% | 0.51% | - |
| XYZ | 12.15 | 9.84 | 3.84 | - |
| YUV | 87.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 46 | 0 | 0.43 | 0.65 | 0.49 | 20 | 0.48 | 0.35 |
| Hex | 82 | 4A | 2E | 0 | 2B | 41 | 31 | 14 | 30 | 23 |
| Octal | 202 | 112 | 56 | 0 | 53 | 101 | 61 | 24 | 60 | 43 |
| Binary | 10000010 | 1001010 | 101110 | 0 | 101011 | 1000001 | 110001 | 10100 | 110000 | 100011 |
Color Harmonies of #824A2E
Complementary color
Monochromatic Colors of #824A2E
Black with #824A2E
Text Example
Text Example
White with #824A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A2E; }
p { color: rgb(130,74,46); }
H1.HeaderClassName
{
color: #824A2E;
}
.AnyTagClassName
{
color: #824A2E;
}
</style>
background-color css
<style>
a { background-color: #824A2E; }
a { background-color: rgb(130,74,46); }
div.DivClassName
{
background-color: #824A2E;
}
.BgClassName
{
background-color: #824A2E;
}
</style>
border-color css
<style>
span { border-color: #824A2E; }
span { border-color: rgb(130,74,46); }
td.TdClassName
{
border-color: #824A2E;
}
.TagClassName
{
border-color: #824A2E;
}
</style>