Shades of Korma #84552C
Tints of Korma #84552C
RGB
CMYK
RGB Variations
Color information
#84552C (or 0x84552C) is known color: Korma. HEX triplet: 84, 55 and 2C. RGB value is (132,85,44). Sum of RGB (Red+Green+Blue) = 132+85+44=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84552C is #7BAAD3. Grayscale: #5E5E5E. Windows color (decimal): -8104660 or 2905476. OLE color: 2905476.
HSL color Cylindrical-coordinate representation of color #84552C: hue angle of 27.95º 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 #84552C is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 44 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.48 |
| HSL | 27.95º | 0.5% | 0.35% | - |
| HSV(B) | 27.95º | 0.67% | 0.52% | - |
| XYZ | 13.22 | 11.58 | 3.92 | - |
| YUV | 94.38 | 99.57 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 44 | 0 | 0.36 | 0.67 | 0.48 | 27.95 | 0.5 | 0.35 |
| Hex | 84 | 55 | 2C | 0 | 24 | 43 | 30 | 1C | 32 | 23 |
| Octal | 204 | 125 | 54 | 0 | 44 | 103 | 60 | 34 | 62 | 43 |
| Binary | 10000100 | 1010101 | 101100 | 0 | 100100 | 1000011 | 110000 | 11100 | 110010 | 100011 |
Color Harmonies of #84552C
Complementary color
Monochromatic Colors of #84552C
Black with #84552C
Text Example
Text Example
White with #84552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84552C; }
p { color: rgb(132,85,44); }
H1.HeaderClassName
{
color: #84552C;
}
.AnyTagClassName
{
color: #84552C;
}
</style>
background-color css
<style>
a { background-color: #84552C; }
a { background-color: rgb(132,85,44); }
div.DivClassName
{
background-color: #84552C;
}
.BgClassName
{
background-color: #84552C;
}
</style>
border-color css
<style>
span { border-color: #84552C; }
span { border-color: rgb(132,85,44); }
td.TdClassName
{
border-color: #84552C;
}
.TagClassName
{
border-color: #84552C;
}
</style>