Shades of Korma #824B29
Tints of Korma #824B29
RGB
CMYK
RGB Variations
Color information
#824B29 (or 0x824B29) is known color: Korma. HEX triplet: 82, 4B and 29. RGB value is (130,75,41). Sum of RGB (Red+Green+Blue) = 130+75+41=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #824B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B29 is #7DB4D6. Grayscale: #575757. Windows color (decimal): -8238295 or 2706306. OLE color: 2706306.
HSL color Cylindrical-coordinate representation of color #824B29: hue angle of 22.92º 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 #824B29 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 41 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.49 |
| HSL | 22.92º | 0.52% | 0.34% | - |
| HSV(B) | 22.92º | 0.68% | 0.51% | - |
| XYZ | 12.12 | 9.94 | 3.38 | - |
| YUV | 87.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 41 | 0 | 0.42 | 0.68 | 0.49 | 22.92 | 0.52 | 0.34 |
| Hex | 82 | 4B | 29 | 0 | 2A | 44 | 31 | 17 | 34 | 22 |
| Octal | 202 | 113 | 51 | 0 | 52 | 104 | 61 | 27 | 64 | 42 |
| Binary | 10000010 | 1001011 | 101001 | 0 | 101010 | 1000100 | 110001 | 10111 | 110100 | 100010 |
Color Harmonies of #824B29
Complementary color
Monochromatic Colors of #824B29
Black with #824B29
Text Example
Text Example
White with #824B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B29; }
p { color: rgb(130,75,41); }
H1.HeaderClassName
{
color: #824B29;
}
.AnyTagClassName
{
color: #824B29;
}
</style>
background-color css
<style>
a { background-color: #824B29; }
a { background-color: rgb(130,75,41); }
div.DivClassName
{
background-color: #824B29;
}
.BgClassName
{
background-color: #824B29;
}
</style>
border-color css
<style>
span { border-color: #824B29; }
span { border-color: rgb(130,75,41); }
td.TdClassName
{
border-color: #824B29;
}
.TagClassName
{
border-color: #824B29;
}
</style>