Shades of Korma #824A28
Tints of Korma #824A28
RGB
CMYK
RGB Variations
Color information
#824A28 (or 0x824A28) is known color: Korma. HEX triplet: 82, 4A and 28. RGB value is (130,74,40). Sum of RGB (Red+Green+Blue) = 130+74+40=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #824A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A28 is #7DB5D7. Grayscale: #575757. Windows color (decimal): -8238552 or 2640514. OLE color: 2640514.
HSL color Cylindrical-coordinate representation of color #824A28: hue angle of 22.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #824A28 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 40 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.49 |
| HSL | 22.67º | 0.53% | 0.33% | - |
| HSV(B) | 22.67º | 0.69% | 0.51% | - |
| XYZ | 12.04 | 9.8 | 3.26 | - |
| YUV | 86.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 40 | 0 | 0.43 | 0.69 | 0.49 | 22.67 | 0.53 | 0.33 |
| Hex | 82 | 4A | 28 | 0 | 2B | 45 | 31 | 17 | 35 | 21 |
| Octal | 202 | 112 | 50 | 0 | 53 | 105 | 61 | 27 | 65 | 41 |
| Binary | 10000010 | 1001010 | 101000 | 0 | 101011 | 1000101 | 110001 | 10111 | 110101 | 100001 |
Color Harmonies of #824A28
Complementary color
Monochromatic Colors of #824A28
Black with #824A28
Text Example
Text Example
White with #824A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A28; }
p { color: rgb(130,74,40); }
H1.HeaderClassName
{
color: #824A28;
}
.AnyTagClassName
{
color: #824A28;
}
</style>
background-color css
<style>
a { background-color: #824A28; }
a { background-color: rgb(130,74,40); }
div.DivClassName
{
background-color: #824A28;
}
.BgClassName
{
background-color: #824A28;
}
</style>
border-color css
<style>
span { border-color: #824A28; }
span { border-color: rgb(130,74,40); }
td.TdClassName
{
border-color: #824A28;
}
.TagClassName
{
border-color: #824A28;
}
</style>