Shades of Korma #824A26
Tints of Korma #824A26
RGB
CMYK
RGB Variations
Color information
#824A26 (or 0x824A26) is known color: Korma. HEX triplet: 82, 4A and 26. RGB value is (130,74,38). Sum of RGB (Red+Green+Blue) = 130+74+38=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #824A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A26 is #7DB5D9. Grayscale: #565656. Windows color (decimal): -8238554 or 2509442. OLE color: 2509442.
HSL color Cylindrical-coordinate representation of color #824A26: hue angle of 23.48º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #824A26 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 38 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.49 |
| HSL | 23.48º | 0.55% | 0.33% | - |
| HSV(B) | 23.48º | 0.71% | 0.51% | - |
| XYZ | 12 | 9.78 | 3.09 | - |
| YUV | 86.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 38 | 0 | 0.43 | 0.71 | 0.49 | 23.48 | 0.55 | 0.33 |
| Hex | 82 | 4A | 26 | 0 | 2B | 47 | 31 | 17 | 37 | 21 |
| Octal | 202 | 112 | 46 | 0 | 53 | 107 | 61 | 27 | 67 | 41 |
| Binary | 10000010 | 1001010 | 100110 | 0 | 101011 | 1000111 | 110001 | 10111 | 110111 | 100001 |
Color Harmonies of #824A26
Complementary color
Monochromatic Colors of #824A26
Black with #824A26
Text Example
Text Example
White with #824A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A26; }
p { color: rgb(130,74,38); }
H1.HeaderClassName
{
color: #824A26;
}
.AnyTagClassName
{
color: #824A26;
}
</style>
background-color css
<style>
a { background-color: #824A26; }
a { background-color: rgb(130,74,38); }
div.DivClassName
{
background-color: #824A26;
}
.BgClassName
{
background-color: #824A26;
}
</style>
border-color css
<style>
span { border-color: #824A26; }
span { border-color: rgb(130,74,38); }
td.TdClassName
{
border-color: #824A26;
}
.TagClassName
{
border-color: #824A26;
}
</style>