Shades of Korma #844F2B
Tints of Korma #844F2B
RGB
CMYK
RGB Variations
Color information
#844F2B (or 0x844F2B) is known color: Korma. HEX triplet: 84, 4F and 2B. RGB value is (132,79,43). Sum of RGB (Red+Green+Blue) = 132+79+43=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #844F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F2B is #7BB0D4. Grayscale: #5A5A5A. Windows color (decimal): -8106197 or 2838404. OLE color: 2838404.
HSL color Cylindrical-coordinate representation of color #844F2B: hue angle of 24.27º 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 #844F2B is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 43 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.48 |
| HSL | 24.27º | 0.51% | 0.34% | - |
| HSV(B) | 24.27º | 0.67% | 0.52% | - |
| XYZ | 12.75 | 10.67 | 3.67 | - |
| YUV | 90.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 43 | 0 | 0.40 | 0.67 | 0.48 | 24.27 | 0.51 | 0.34 |
| Hex | 84 | 4F | 2B | 0 | 28 | 43 | 30 | 18 | 33 | 22 |
| Octal | 204 | 117 | 53 | 0 | 50 | 103 | 60 | 30 | 63 | 42 |
| Binary | 10000100 | 1001111 | 101011 | 0 | 101000 | 1000011 | 110000 | 11000 | 110011 | 100010 |
Color Harmonies of #844F2B
Complementary color
Monochromatic Colors of #844F2B
Black with #844F2B
Text Example
Text Example
White with #844F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F2B; }
p { color: rgb(132,79,43); }
H1.HeaderClassName
{
color: #844F2B;
}
.AnyTagClassName
{
color: #844F2B;
}
</style>
background-color css
<style>
a { background-color: #844F2B; }
a { background-color: rgb(132,79,43); }
div.DivClassName
{
background-color: #844F2B;
}
.BgClassName
{
background-color: #844F2B;
}
</style>
border-color css
<style>
span { border-color: #844F2B; }
span { border-color: rgb(132,79,43); }
td.TdClassName
{
border-color: #844F2B;
}
.TagClassName
{
border-color: #844F2B;
}
</style>