Shades of Korma #824F32
Tints of Korma #824F32
RGB
CMYK
RGB Variations
Color information
#824F32 (or 0x824F32) is known color: Korma. HEX triplet: 82, 4F and 32. RGB value is (130,79,50). Sum of RGB (Red+Green+Blue) = 130+79+50=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #824F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F32 is #7DB0CD. Grayscale: #5B5B5B. Windows color (decimal): -8237262 or 3297154. OLE color: 3297154.
HSL color Cylindrical-coordinate representation of color #824F32: hue angle of 21.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #824F32 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 79 | 50 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.49 |
| HSL | 21.75º | 0.44% | 0.35% | - |
| HSV(B) | 21.75º | 0.62% | 0.51% | - |
| XYZ | 12.58 | 10.57 | 4.39 | - |
| YUV | 90.94 | 104.9 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 50 | 0 | 0.39 | 0.62 | 0.49 | 21.75 | 0.44 | 0.35 |
| Hex | 82 | 4F | 32 | 0 | 27 | 3E | 31 | 16 | 2C | 23 |
| Octal | 202 | 117 | 62 | 0 | 47 | 76 | 61 | 26 | 54 | 43 |
| Binary | 10000010 | 1001111 | 110010 | 0 | 100111 | 111110 | 110001 | 10110 | 101100 | 100011 |
Color Harmonies of #824F32
Complementary color
Monochromatic Colors of #824F32
Black with #824F32
Text Example
Text Example
White with #824F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824F32; }
p { color: rgb(130,79,50); }
H1.HeaderClassName
{
color: #824F32;
}
.AnyTagClassName
{
color: #824F32;
}
</style>
background-color css
<style>
a { background-color: #824F32; }
a { background-color: rgb(130,79,50); }
div.DivClassName
{
background-color: #824F32;
}
.BgClassName
{
background-color: #824F32;
}
</style>
border-color css
<style>
span { border-color: #824F32; }
span { border-color: rgb(130,79,50); }
td.TdClassName
{
border-color: #824F32;
}
.TagClassName
{
border-color: #824F32;
}
</style>