Shades of Korma #844D2F
Tints of Korma #844D2F
RGB
CMYK
RGB Variations
Color information
#844D2F (or 0x844D2F) is known color: Korma. HEX triplet: 84, 4D and 2F. RGB value is (132,77,47). Sum of RGB (Red+Green+Blue) = 132+77+47=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #844D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D2F is #7BB2D0. Grayscale: #5A5A5A. Windows color (decimal): -8106705 or 3100036. OLE color: 3100036.
HSL color Cylindrical-coordinate representation of color #844D2F: hue angle of 21.18º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844D2F is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 47 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.48 |
| HSL | 21.18º | 0.47% | 0.35% | - |
| HSV(B) | 21.18º | 0.64% | 0.52% | - |
| XYZ | 12.68 | 10.42 | 4.03 | - |
| YUV | 90.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 47 | 0 | 0.42 | 0.64 | 0.48 | 21.18 | 0.47 | 0.35 |
| Hex | 84 | 4D | 2F | 0 | 2A | 40 | 30 | 15 | 2F | 23 |
| Octal | 204 | 115 | 57 | 0 | 52 | 100 | 60 | 25 | 57 | 43 |
| Binary | 10000100 | 1001101 | 101111 | 0 | 101010 | 1000000 | 110000 | 10101 | 101111 | 100011 |
Color Harmonies of #844D2F
Complementary color
Monochromatic Colors of #844D2F
Black with #844D2F
Text Example
Text Example
White with #844D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D2F; }
p { color: rgb(132,77,47); }
H1.HeaderClassName
{
color: #844D2F;
}
.AnyTagClassName
{
color: #844D2F;
}
</style>
background-color css
<style>
a { background-color: #844D2F; }
a { background-color: rgb(132,77,47); }
div.DivClassName
{
background-color: #844D2F;
}
.BgClassName
{
background-color: #844D2F;
}
</style>
border-color css
<style>
span { border-color: #844D2F; }
span { border-color: rgb(132,77,47); }
td.TdClassName
{
border-color: #844D2F;
}
.TagClassName
{
border-color: #844D2F;
}
</style>