Shades of Korma #87542D
Tints of Korma #87542D
RGB
CMYK
RGB Variations
Color information
#87542D (or 0x87542D) is known color: Korma. HEX triplet: 87, 54 and 2D. RGB value is (135,84,45). Sum of RGB (Red+Green+Blue) = 135+84+45=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87542D is #78ABD2. Grayscale: #5F5F5F. Windows color (decimal): -7908307 or 2970759. OLE color: 2970759.
HSL color Cylindrical-coordinate representation of color #87542D: hue angle of 26º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87542D is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 45 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.47 |
| HSL | 26º | 0.5% | 0.35% | - |
| HSV(B) | 26º | 0.67% | 0.53% | - |
| XYZ | 13.64 | 11.68 | 4.02 | - |
| YUV | 94.8 | 99.9 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 45 | 0 | 0.38 | 0.67 | 0.47 | 26 | 0.5 | 0.35 |
| Hex | 87 | 54 | 2D | 0 | 26 | 43 | 2F | 1A | 32 | 23 |
| Octal | 207 | 124 | 55 | 0 | 46 | 103 | 57 | 32 | 62 | 43 |
| Binary | 10000111 | 1010100 | 101101 | 0 | 100110 | 1000011 | 101111 | 11010 | 110010 | 100011 |
Color Harmonies of #87542D
Complementary color
Monochromatic Colors of #87542D
Black with #87542D
Text Example
Text Example
White with #87542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87542D; }
p { color: rgb(135,84,45); }
H1.HeaderClassName
{
color: #87542D;
}
.AnyTagClassName
{
color: #87542D;
}
</style>
background-color css
<style>
a { background-color: #87542D; }
a { background-color: rgb(135,84,45); }
div.DivClassName
{
background-color: #87542D;
}
.BgClassName
{
background-color: #87542D;
}
</style>
border-color css
<style>
span { border-color: #87542D; }
span { border-color: rgb(135,84,45); }
td.TdClassName
{
border-color: #87542D;
}
.TagClassName
{
border-color: #87542D;
}
</style>