Shades of Korma #824F2C
Tints of Korma #824F2C
RGB
CMYK
RGB Variations
Color information
#824F2C (or 0x824F2C) is known color: Korma. HEX triplet: 82, 4F and 2C. RGB value is (130,79,44). Sum of RGB (Red+Green+Blue) = 130+79+44=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #824F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F2C is #7DB0D3. Grayscale: #5A5A5A. Windows color (decimal): -8237268 or 2903938. OLE color: 2903938.
HSL color Cylindrical-coordinate representation of color #824F2C: hue angle of 24.42º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #824F2C is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 79 | 44 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.49 |
| HSL | 24.42º | 0.49% | 0.34% | - |
| HSV(B) | 24.42º | 0.66% | 0.51% | - |
| XYZ | 12.46 | 10.52 | 3.76 | - |
| YUV | 90.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 44 | 0 | 0.39 | 0.66 | 0.49 | 24.42 | 0.49 | 0.34 |
| Hex | 82 | 4F | 2C | 0 | 27 | 42 | 31 | 18 | 31 | 22 |
| Octal | 202 | 117 | 54 | 0 | 47 | 102 | 61 | 30 | 61 | 42 |
| Binary | 10000010 | 1001111 | 101100 | 0 | 100111 | 1000010 | 110001 | 11000 | 110001 | 100010 |
Color Harmonies of #824F2C
Complementary color
Monochromatic Colors of #824F2C
Black with #824F2C
Text Example
Text Example
White with #824F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824F2C; }
p { color: rgb(130,79,44); }
H1.HeaderClassName
{
color: #824F2C;
}
.AnyTagClassName
{
color: #824F2C;
}
</style>
background-color css
<style>
a { background-color: #824F2C; }
a { background-color: rgb(130,79,44); }
div.DivClassName
{
background-color: #824F2C;
}
.BgClassName
{
background-color: #824F2C;
}
</style>
border-color css
<style>
span { border-color: #824F2C; }
span { border-color: rgb(130,79,44); }
td.TdClassName
{
border-color: #824F2C;
}
.TagClassName
{
border-color: #824F2C;
}
</style>