Shades of Korma #84542C
Tints of Korma #84542C
RGB
CMYK
RGB Variations
Color information
#84542C (or 0x84542C) is known color: Korma. HEX triplet: 84, 54 and 2C. RGB value is (132,84,44). Sum of RGB (Red+Green+Blue) = 132+84+44=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84542C is #7BABD3. Grayscale: #5E5E5E. Windows color (decimal): -8104916 or 2905220. OLE color: 2905220.
HSL color Cylindrical-coordinate representation of color #84542C: hue angle of 27.27º 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 #84542C is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 84 | 44 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.48 |
| HSL | 27.27º | 0.5% | 0.35% | - |
| HSV(B) | 27.27º | 0.67% | 0.52% | - |
| XYZ | 13.14 | 11.43 | 3.9 | - |
| YUV | 93.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 44 | 0 | 0.36 | 0.67 | 0.48 | 27.27 | 0.5 | 0.35 |
| Hex | 84 | 54 | 2C | 0 | 24 | 43 | 30 | 1B | 32 | 23 |
| Octal | 204 | 124 | 54 | 0 | 44 | 103 | 60 | 33 | 62 | 43 |
| Binary | 10000100 | 1010100 | 101100 | 0 | 100100 | 1000011 | 110000 | 11011 | 110010 | 100011 |
Color Harmonies of #84542C
Complementary color
Monochromatic Colors of #84542C
Black with #84542C
Text Example
Text Example
White with #84542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84542C; }
p { color: rgb(132,84,44); }
H1.HeaderClassName
{
color: #84542C;
}
.AnyTagClassName
{
color: #84542C;
}
</style>
background-color css
<style>
a { background-color: #84542C; }
a { background-color: rgb(132,84,44); }
div.DivClassName
{
background-color: #84542C;
}
.BgClassName
{
background-color: #84542C;
}
</style>
border-color css
<style>
span { border-color: #84542C; }
span { border-color: rgb(132,84,44); }
td.TdClassName
{
border-color: #84542C;
}
.TagClassName
{
border-color: #84542C;
}
</style>