Shades of Korma #844D2E
Tints of Korma #844D2E
RGB
CMYK
RGB Variations
Color information
#844D2E (or 0x844D2E) is known color: Korma. HEX triplet: 84, 4D and 2E. RGB value is (132,77,46). Sum of RGB (Red+Green+Blue) = 132+77+46=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #844D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D2E is #7BB2D1. Grayscale: #5A5A5A. Windows color (decimal): -8106706 or 3034500. OLE color: 3034500.
HSL color Cylindrical-coordinate representation of color #844D2E: hue angle of 21.63º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #844D2E is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 46 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.48 |
| HSL | 21.63º | 0.48% | 0.35% | - |
| HSV(B) | 21.63º | 0.65% | 0.52% | - |
| XYZ | 12.66 | 10.41 | 3.93 | - |
| YUV | 89.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 46 | 0 | 0.42 | 0.65 | 0.48 | 21.63 | 0.48 | 0.35 |
| Hex | 84 | 4D | 2E | 0 | 2A | 41 | 30 | 16 | 30 | 23 |
| Octal | 204 | 115 | 56 | 0 | 52 | 101 | 60 | 26 | 60 | 43 |
| Binary | 10000100 | 1001101 | 101110 | 0 | 101010 | 1000001 | 110000 | 10110 | 110000 | 100011 |
Color Harmonies of #844D2E
Complementary color
Monochromatic Colors of #844D2E
Black with #844D2E
Text Example
Text Example
White with #844D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D2E; }
p { color: rgb(132,77,46); }
H1.HeaderClassName
{
color: #844D2E;
}
.AnyTagClassName
{
color: #844D2E;
}
</style>
background-color css
<style>
a { background-color: #844D2E; }
a { background-color: rgb(132,77,46); }
div.DivClassName
{
background-color: #844D2E;
}
.BgClassName
{
background-color: #844D2E;
}
</style>
border-color css
<style>
span { border-color: #844D2E; }
span { border-color: rgb(132,77,46); }
td.TdClassName
{
border-color: #844D2E;
}
.TagClassName
{
border-color: #844D2E;
}
</style>