Shades of Korma #824B24
Tints of Korma #824B24
RGB
CMYK
RGB Variations
Color information
#824B24 (or 0x824B24) is known color: Korma. HEX triplet: 82, 4B and 24. RGB value is (130,75,36). Sum of RGB (Red+Green+Blue) = 130+75+36=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #824B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B24 is #7DB4DB. Grayscale: #575757. Windows color (decimal): -8238300 or 2378626. OLE color: 2378626.
HSL color Cylindrical-coordinate representation of color #824B24: hue angle of 24.89º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #824B24 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 36 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.49 |
| HSL | 24.89º | 0.57% | 0.33% | - |
| HSV(B) | 24.89º | 0.72% | 0.51% | - |
| XYZ | 12.04 | 9.91 | 2.95 | - |
| YUV | 87 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 36 | 0 | 0.42 | 0.72 | 0.49 | 24.89 | 0.57 | 0.33 |
| Hex | 82 | 4B | 24 | 0 | 2A | 48 | 31 | 19 | 39 | 21 |
| Octal | 202 | 113 | 44 | 0 | 52 | 110 | 61 | 31 | 71 | 41 |
| Binary | 10000010 | 1001011 | 100100 | 0 | 101010 | 1001000 | 110001 | 11001 | 111001 | 100001 |
Color Harmonies of #824B24
Complementary color
Monochromatic Colors of #824B24
Black with #824B24
Text Example
Text Example
White with #824B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B24; }
p { color: rgb(130,75,36); }
H1.HeaderClassName
{
color: #824B24;
}
.AnyTagClassName
{
color: #824B24;
}
</style>
background-color css
<style>
a { background-color: #824B24; }
a { background-color: rgb(130,75,36); }
div.DivClassName
{
background-color: #824B24;
}
.BgClassName
{
background-color: #824B24;
}
</style>
border-color css
<style>
span { border-color: #824B24; }
span { border-color: rgb(130,75,36); }
td.TdClassName
{
border-color: #824B24;
}
.TagClassName
{
border-color: #824B24;
}
</style>