Shades of Korma #824A27
Tints of Korma #824A27
RGB
CMYK
RGB Variations
Color information
#824A27 (or 0x824A27) is known color: Korma. HEX triplet: 82, 4A and 27. RGB value is (130,74,39). Sum of RGB (Red+Green+Blue) = 130+74+39=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #824A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A27 is #7DB5D8. Grayscale: #565656. Windows color (decimal): -8238553 or 2574978. OLE color: 2574978.
HSL color Cylindrical-coordinate representation of color #824A27: hue angle of 23.08º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #824A27 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 39 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.49 |
| HSL | 23.08º | 0.54% | 0.33% | - |
| HSV(B) | 23.08º | 0.7% | 0.51% | - |
| XYZ | 12.02 | 9.79 | 3.18 | - |
| YUV | 86.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 39 | 0 | 0.43 | 0.70 | 0.49 | 23.08 | 0.54 | 0.33 |
| Hex | 82 | 4A | 27 | 0 | 2B | 46 | 31 | 17 | 36 | 21 |
| Octal | 202 | 112 | 47 | 0 | 53 | 106 | 61 | 27 | 66 | 41 |
| Binary | 10000010 | 1001010 | 100111 | 0 | 101011 | 1000110 | 110001 | 10111 | 110110 | 100001 |
Color Harmonies of #824A27
Complementary color
Monochromatic Colors of #824A27
Black with #824A27
Text Example
Text Example
White with #824A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A27; }
p { color: rgb(130,74,39); }
H1.HeaderClassName
{
color: #824A27;
}
.AnyTagClassName
{
color: #824A27;
}
</style>
background-color css
<style>
a { background-color: #824A27; }
a { background-color: rgb(130,74,39); }
div.DivClassName
{
background-color: #824A27;
}
.BgClassName
{
background-color: #824A27;
}
</style>
border-color css
<style>
span { border-color: #824A27; }
span { border-color: rgb(130,74,39); }
td.TdClassName
{
border-color: #824A27;
}
.TagClassName
{
border-color: #824A27;
}
</style>