Shades of Korma #824A2C
Tints of Korma #824A2C
RGB
CMYK
RGB Variations
Color information
#824A2C (or 0x824A2C) is known color: Korma. HEX triplet: 82, 4A and 2C. RGB value is (130,74,44). Sum of RGB (Red+Green+Blue) = 130+74+44=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #824A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A2C is #7DB5D3. Grayscale: #575757. Windows color (decimal): -8238548 or 2902658. OLE color: 2902658.
HSL color Cylindrical-coordinate representation of color #824A2C: hue angle of 20.93º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #824A2C is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 44 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.49 |
| HSL | 20.93º | 0.49% | 0.34% | - |
| HSV(B) | 20.93º | 0.66% | 0.51% | - |
| XYZ | 12.11 | 9.83 | 3.64 | - |
| YUV | 87.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 44 | 0 | 0.43 | 0.66 | 0.49 | 20.93 | 0.49 | 0.34 |
| Hex | 82 | 4A | 2C | 0 | 2B | 42 | 31 | 15 | 31 | 22 |
| Octal | 202 | 112 | 54 | 0 | 53 | 102 | 61 | 25 | 61 | 42 |
| Binary | 10000010 | 1001010 | 101100 | 0 | 101011 | 1000010 | 110001 | 10101 | 110001 | 100010 |
Color Harmonies of #824A2C
Complementary color
Monochromatic Colors of #824A2C
Black with #824A2C
Text Example
Text Example
White with #824A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A2C; }
p { color: rgb(130,74,44); }
H1.HeaderClassName
{
color: #824A2C;
}
.AnyTagClassName
{
color: #824A2C;
}
</style>
background-color css
<style>
a { background-color: #824A2C; }
a { background-color: rgb(130,74,44); }
div.DivClassName
{
background-color: #824A2C;
}
.BgClassName
{
background-color: #824A2C;
}
</style>
border-color css
<style>
span { border-color: #824A2C; }
span { border-color: rgb(130,74,44); }
td.TdClassName
{
border-color: #824A2C;
}
.TagClassName
{
border-color: #824A2C;
}
</style>