Shades of Korma #844F2F
Tints of Korma #844F2F
RGB
CMYK
RGB Variations
Color information
#844F2F (or 0x844F2F) is known color: Korma. HEX triplet: 84, 4F and 2F. RGB value is (132,79,47). Sum of RGB (Red+Green+Blue) = 132+79+47=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #844F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F2F is #7BB0D0. Grayscale: #5B5B5B. Windows color (decimal): -8106193 or 3100548. OLE color: 3100548.
HSL color Cylindrical-coordinate representation of color #844F2F: hue angle of 22.59º 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 #844F2F is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 47 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.48 |
| HSL | 22.59º | 0.47% | 0.35% | - |
| HSV(B) | 22.59º | 0.64% | 0.52% | - |
| XYZ | 12.82 | 10.7 | 4.08 | - |
| YUV | 91.2 | 103.06 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 47 | 0 | 0.40 | 0.64 | 0.48 | 22.59 | 0.47 | 0.35 |
| Hex | 84 | 4F | 2F | 0 | 28 | 40 | 30 | 17 | 2F | 23 |
| Octal | 204 | 117 | 57 | 0 | 50 | 100 | 60 | 27 | 57 | 43 |
| Binary | 10000100 | 1001111 | 101111 | 0 | 101000 | 1000000 | 110000 | 10111 | 101111 | 100011 |
Color Harmonies of #844F2F
Complementary color
Monochromatic Colors of #844F2F
Black with #844F2F
Text Example
Text Example
White with #844F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F2F; }
p { color: rgb(132,79,47); }
H1.HeaderClassName
{
color: #844F2F;
}
.AnyTagClassName
{
color: #844F2F;
}
</style>
background-color css
<style>
a { background-color: #844F2F; }
a { background-color: rgb(132,79,47); }
div.DivClassName
{
background-color: #844F2F;
}
.BgClassName
{
background-color: #844F2F;
}
</style>
border-color css
<style>
span { border-color: #844F2F; }
span { border-color: rgb(132,79,47); }
td.TdClassName
{
border-color: #844F2F;
}
.TagClassName
{
border-color: #844F2F;
}
</style>