Shades of Korma #84502E
Tints of Korma #84502E
RGB
CMYK
RGB Variations
Color information
#84502E (or 0x84502E) is known color: Korma. HEX triplet: 84, 50 and 2E. RGB value is (132,80,46). Sum of RGB (Red+Green+Blue) = 132+80+46=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84502E is #7BAFD1. Grayscale: #5B5B5B. Windows color (decimal): -8105938 or 3035268. OLE color: 3035268.
HSL color Cylindrical-coordinate representation of color #84502E: hue angle of 23.72º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84502E is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 46 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.48 |
| HSL | 23.72º | 0.48% | 0.35% | - |
| HSV(B) | 23.72º | 0.65% | 0.52% | - |
| XYZ | 12.88 | 10.84 | 4 | - |
| YUV | 91.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 46 | 0 | 0.39 | 0.65 | 0.48 | 23.72 | 0.48 | 0.35 |
| Hex | 84 | 50 | 2E | 0 | 27 | 41 | 30 | 18 | 30 | 23 |
| Octal | 204 | 120 | 56 | 0 | 47 | 101 | 60 | 30 | 60 | 43 |
| Binary | 10000100 | 1010000 | 101110 | 0 | 100111 | 1000001 | 110000 | 11000 | 110000 | 100011 |
Color Harmonies of #84502E
Complementary color
Monochromatic Colors of #84502E
Black with #84502E
Text Example
Text Example
White with #84502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84502E; }
p { color: rgb(132,80,46); }
H1.HeaderClassName
{
color: #84502E;
}
.AnyTagClassName
{
color: #84502E;
}
</style>
background-color css
<style>
a { background-color: #84502E; }
a { background-color: rgb(132,80,46); }
div.DivClassName
{
background-color: #84502E;
}
.BgClassName
{
background-color: #84502E;
}
</style>
border-color css
<style>
span { border-color: #84502E; }
span { border-color: rgb(132,80,46); }
td.TdClassName
{
border-color: #84502E;
}
.TagClassName
{
border-color: #84502E;
}
</style>