Shades of Korma #824D23
Tints of Korma #824D23
RGB
CMYK
RGB Variations
Color information
#824D23 (or 0x824D23) is known color: Korma. HEX triplet: 82, 4D and 23. RGB value is (130,77,35). Sum of RGB (Red+Green+Blue) = 130+77+35=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #824D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D23 is #7DB2DC. Grayscale: #585858. Windows color (decimal): -8237789 or 2313602. OLE color: 2313602.
HSL color Cylindrical-coordinate representation of color #824D23: hue angle of 26.53º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #824D23 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 35 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.49 |
| HSL | 26.53º | 0.58% | 0.32% | - |
| HSV(B) | 26.53º | 0.73% | 0.51% | - |
| XYZ | 12.16 | 10.17 | 2.91 | - |
| YUV | 88.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 35 | 0 | 0.41 | 0.73 | 0.49 | 26.53 | 0.58 | 0.32 |
| Hex | 82 | 4D | 23 | 0 | 29 | 49 | 31 | 1B | 3A | 20 |
| Octal | 202 | 115 | 43 | 0 | 51 | 111 | 61 | 33 | 72 | 40 |
| Binary | 10000010 | 1001101 | 100011 | 0 | 101001 | 1001001 | 110001 | 11011 | 111010 | 100000 |
Color Harmonies of #824D23
Complementary color
Monochromatic Colors of #824D23
Black with #824D23
Text Example
Text Example
White with #824D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D23; }
p { color: rgb(130,77,35); }
H1.HeaderClassName
{
color: #824D23;
}
.AnyTagClassName
{
color: #824D23;
}
</style>
background-color css
<style>
a { background-color: #824D23; }
a { background-color: rgb(130,77,35); }
div.DivClassName
{
background-color: #824D23;
}
.BgClassName
{
background-color: #824D23;
}
</style>
border-color css
<style>
span { border-color: #824D23; }
span { border-color: rgb(130,77,35); }
td.TdClassName
{
border-color: #824D23;
}
.TagClassName
{
border-color: #824D23;
}
</style>