Shades of Korma #87552A
Tints of Korma #87552A
RGB
CMYK
RGB Variations
Color information
#87552A (or 0x87552A) is known color: Korma. HEX triplet: 87, 55 and 2A. RGB value is (135,85,42). Sum of RGB (Red+Green+Blue) = 135+85+42=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87552A is #78AAD5. Grayscale: #5F5F5F. Windows color (decimal): -7908054 or 2774407. OLE color: 2774407.
HSL color Cylindrical-coordinate representation of color #87552A: hue angle of 27.74º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87552A is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 42 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.47 |
| HSL | 27.74º | 0.53% | 0.35% | - |
| HSV(B) | 27.74º | 0.69% | 0.53% | - |
| XYZ | 13.66 | 11.82 | 3.75 | - |
| YUV | 95.05 | 98.07 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 42 | 0 | 0.37 | 0.69 | 0.47 | 27.74 | 0.53 | 0.35 |
| Hex | 87 | 55 | 2A | 0 | 25 | 45 | 2F | 1C | 35 | 23 |
| Octal | 207 | 125 | 52 | 0 | 45 | 105 | 57 | 34 | 65 | 43 |
| Binary | 10000111 | 1010101 | 101010 | 0 | 100101 | 1000101 | 101111 | 11100 | 110101 | 100011 |
Color Harmonies of #87552A
Complementary color
Monochromatic Colors of #87552A
Black with #87552A
Text Example
Text Example
White with #87552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87552A; }
p { color: rgb(135,85,42); }
H1.HeaderClassName
{
color: #87552A;
}
.AnyTagClassName
{
color: #87552A;
}
</style>
background-color css
<style>
a { background-color: #87552A; }
a { background-color: rgb(135,85,42); }
div.DivClassName
{
background-color: #87552A;
}
.BgClassName
{
background-color: #87552A;
}
</style>
border-color css
<style>
span { border-color: #87552A; }
span { border-color: rgb(135,85,42); }
td.TdClassName
{
border-color: #87552A;
}
.TagClassName
{
border-color: #87552A;
}
</style>