Shades of Korma #844E2B
Tints of Korma #844E2B
RGB
CMYK
RGB Variations
Color information
#844E2B (or 0x844E2B) is known color: Korma. HEX triplet: 84, 4E and 2B. RGB value is (132,78,43). Sum of RGB (Red+Green+Blue) = 132+78+43=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #844E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844E2B is #7BB1D4. Grayscale: #5A5A5A. Windows color (decimal): -8106453 or 2838148. OLE color: 2838148.
HSL color Cylindrical-coordinate representation of color #844E2B: hue angle of 23.6º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844E2B is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 78 | 43 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.48 |
| HSL | 23.6º | 0.51% | 0.34% | - |
| HSV(B) | 23.6º | 0.67% | 0.52% | - |
| XYZ | 12.68 | 10.53 | 3.65 | - |
| YUV | 90.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 43 | 0 | 0.41 | 0.67 | 0.48 | 23.6 | 0.51 | 0.34 |
| Hex | 84 | 4E | 2B | 0 | 29 | 43 | 30 | 18 | 33 | 22 |
| Octal | 204 | 116 | 53 | 0 | 51 | 103 | 60 | 30 | 63 | 42 |
| Binary | 10000100 | 1001110 | 101011 | 0 | 101001 | 1000011 | 110000 | 11000 | 110011 | 100010 |
Color Harmonies of #844E2B
Complementary color
Monochromatic Colors of #844E2B
Black with #844E2B
Text Example
Text Example
White with #844E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E2B; }
p { color: rgb(132,78,43); }
H1.HeaderClassName
{
color: #844E2B;
}
.AnyTagClassName
{
color: #844E2B;
}
</style>
background-color css
<style>
a { background-color: #844E2B; }
a { background-color: rgb(132,78,43); }
div.DivClassName
{
background-color: #844E2B;
}
.BgClassName
{
background-color: #844E2B;
}
</style>
border-color css
<style>
span { border-color: #844E2B; }
span { border-color: rgb(132,78,43); }
td.TdClassName
{
border-color: #844E2B;
}
.TagClassName
{
border-color: #844E2B;
}
</style>