Shades of Korma #84492C
Tints of Korma #84492C
RGB
CMYK
RGB Variations
Color information
#84492C (or 0x84492C) is known color: Korma. HEX triplet: 84, 49 and 2C. RGB value is (132,73,44). Sum of RGB (Red+Green+Blue) = 132+73+44=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84492C is #7BB6D3. Grayscale: #575757. Windows color (decimal): -8107732 or 2902404. OLE color: 2902404.
HSL color Cylindrical-coordinate representation of color #84492C: hue angle of 19.77º 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 #84492C is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 73 | 44 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.48 |
| HSL | 19.77º | 0.5% | 0.35% | - |
| HSV(B) | 19.77º | 0.67% | 0.52% | - |
| XYZ | 12.35 | 9.85 | 3.63 | - |
| YUV | 87.34 | 103.55 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 44 | 0 | 0.45 | 0.67 | 0.48 | 19.77 | 0.5 | 0.35 |
| Hex | 84 | 49 | 2C | 0 | 2D | 43 | 30 | 14 | 32 | 23 |
| Octal | 204 | 111 | 54 | 0 | 55 | 103 | 60 | 24 | 62 | 43 |
| Binary | 10000100 | 1001001 | 101100 | 0 | 101101 | 1000011 | 110000 | 10100 | 110010 | 100011 |
Color Harmonies of #84492C
Complementary color
Monochromatic Colors of #84492C
Black with #84492C
Text Example
Text Example
White with #84492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84492C; }
p { color: rgb(132,73,44); }
H1.HeaderClassName
{
color: #84492C;
}
.AnyTagClassName
{
color: #84492C;
}
</style>
background-color css
<style>
a { background-color: #84492C; }
a { background-color: rgb(132,73,44); }
div.DivClassName
{
background-color: #84492C;
}
.BgClassName
{
background-color: #84492C;
}
</style>
border-color css
<style>
span { border-color: #84492C; }
span { border-color: rgb(132,73,44); }
td.TdClassName
{
border-color: #84492C;
}
.TagClassName
{
border-color: #84492C;
}
</style>