Shades of Korma #824E28
Tints of Korma #824E28
RGB
CMYK
RGB Variations
Color information
#824E28 (or 0x824E28) is known color: Korma. HEX triplet: 82, 4E and 28. RGB value is (130,78,40). Sum of RGB (Red+Green+Blue) = 130+78+40=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #824E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E28 is #7DB1D7. Grayscale: #595959. Windows color (decimal): -8237528 or 2641538. OLE color: 2641538.
HSL color Cylindrical-coordinate representation of color #824E28: hue angle of 25.33º 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 #824E28 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 78 | 40 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.49 |
| HSL | 25.33º | 0.53% | 0.33% | - |
| HSV(B) | 25.33º | 0.69% | 0.51% | - |
| XYZ | 12.31 | 10.35 | 3.36 | - |
| YUV | 89.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 40 | 0 | 0.40 | 0.69 | 0.49 | 25.33 | 0.53 | 0.33 |
| Hex | 82 | 4E | 28 | 0 | 28 | 45 | 31 | 19 | 35 | 21 |
| Octal | 202 | 116 | 50 | 0 | 50 | 105 | 61 | 31 | 65 | 41 |
| Binary | 10000010 | 1001110 | 101000 | 0 | 101000 | 1000101 | 110001 | 11001 | 110101 | 100001 |
Color Harmonies of #824E28
Complementary color
Monochromatic Colors of #824E28
Black with #824E28
Text Example
Text Example
White with #824E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824E28; }
p { color: rgb(130,78,40); }
H1.HeaderClassName
{
color: #824E28;
}
.AnyTagClassName
{
color: #824E28;
}
</style>
background-color css
<style>
a { background-color: #824E28; }
a { background-color: rgb(130,78,40); }
div.DivClassName
{
background-color: #824E28;
}
.BgClassName
{
background-color: #824E28;
}
</style>
border-color css
<style>
span { border-color: #824E28; }
span { border-color: rgb(130,78,40); }
td.TdClassName
{
border-color: #824E28;
}
.TagClassName
{
border-color: #824E28;
}
</style>