Shades of Korma #844F2C
Tints of Korma #844F2C
RGB
CMYK
RGB Variations
Color information
#844F2C (or 0x844F2C) is known color: Korma. HEX triplet: 84, 4F and 2C. RGB value is (132,79,44). Sum of RGB (Red+Green+Blue) = 132+79+44=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #844F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F2C is #7BB0D3. Grayscale: #5B5B5B. Windows color (decimal): -8106196 or 2903940. OLE color: 2903940.
HSL color Cylindrical-coordinate representation of color #844F2C: hue angle of 23.86º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844F2C is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 44 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.48 |
| HSL | 23.86º | 0.5% | 0.35% | - |
| HSV(B) | 23.86º | 0.67% | 0.52% | - |
| XYZ | 12.77 | 10.68 | 3.77 | - |
| YUV | 90.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 44 | 0 | 0.40 | 0.67 | 0.48 | 23.86 | 0.5 | 0.35 |
| Hex | 84 | 4F | 2C | 0 | 28 | 43 | 30 | 18 | 32 | 23 |
| Octal | 204 | 117 | 54 | 0 | 50 | 103 | 60 | 30 | 62 | 43 |
| Binary | 10000100 | 1001111 | 101100 | 0 | 101000 | 1000011 | 110000 | 11000 | 110010 | 100011 |
Color Harmonies of #844F2C
Complementary color
Monochromatic Colors of #844F2C
Black with #844F2C
Text Example
Text Example
White with #844F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F2C; }
p { color: rgb(132,79,44); }
H1.HeaderClassName
{
color: #844F2C;
}
.AnyTagClassName
{
color: #844F2C;
}
</style>
background-color css
<style>
a { background-color: #844F2C; }
a { background-color: rgb(132,79,44); }
div.DivClassName
{
background-color: #844F2C;
}
.BgClassName
{
background-color: #844F2C;
}
</style>
border-color css
<style>
span { border-color: #844F2C; }
span { border-color: rgb(132,79,44); }
td.TdClassName
{
border-color: #844F2C;
}
.TagClassName
{
border-color: #844F2C;
}
</style>