Shades of Korma #824929
Tints of Korma #824929
RGB
CMYK
RGB Variations
Color information
#824929 (or 0x824929) is known color: Korma. HEX triplet: 82, 49 and 29. RGB value is (130,73,41). Sum of RGB (Red+Green+Blue) = 130+73+41=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #824929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824929 is #7DB6D6. Grayscale: #565656. Windows color (decimal): -8238807 or 2705794. OLE color: 2705794.
HSL color Cylindrical-coordinate representation of color #824929: hue angle of 21.57º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #824929 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 73 | 41 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.49 |
| HSL | 21.57º | 0.52% | 0.34% | - |
| HSV(B) | 21.57º | 0.68% | 0.51% | - |
| XYZ | 11.99 | 9.67 | 3.33 | - |
| YUV | 86.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 41 | 0 | 0.44 | 0.68 | 0.49 | 21.57 | 0.52 | 0.34 |
| Hex | 82 | 49 | 29 | 0 | 2C | 44 | 31 | 16 | 34 | 22 |
| Octal | 202 | 111 | 51 | 0 | 54 | 104 | 61 | 26 | 64 | 42 |
| Binary | 10000010 | 1001001 | 101001 | 0 | 101100 | 1000100 | 110001 | 10110 | 110100 | 100010 |
Color Harmonies of #824929
Complementary color
Monochromatic Colors of #824929
Black with #824929
Text Example
Text Example
White with #824929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824929; }
p { color: rgb(130,73,41); }
H1.HeaderClassName
{
color: #824929;
}
.AnyTagClassName
{
color: #824929;
}
</style>
background-color css
<style>
a { background-color: #824929; }
a { background-color: rgb(130,73,41); }
div.DivClassName
{
background-color: #824929;
}
.BgClassName
{
background-color: #824929;
}
</style>
border-color css
<style>
span { border-color: #824929; }
span { border-color: rgb(130,73,41); }
td.TdClassName
{
border-color: #824929;
}
.TagClassName
{
border-color: #824929;
}
</style>