Shades of Korma #87552D
Tints of Korma #87552D
RGB
CMYK
RGB Variations
Color information
#87552D (or 0x87552D) is known color: Korma. HEX triplet: 87, 55 and 2D. RGB value is (135,85,45). Sum of RGB (Red+Green+Blue) = 135+85+45=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87552D is #78AAD2. Grayscale: #5F5F5F. Windows color (decimal): -7908051 or 2971015. OLE color: 2971015.
HSL color Cylindrical-coordinate representation of color #87552D: hue angle of 26.67º 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 #87552D is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 45 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.47 |
| HSL | 26.67º | 0.5% | 0.35% | - |
| HSV(B) | 26.67º | 0.67% | 0.53% | - |
| XYZ | 13.71 | 11.84 | 4.04 | - |
| YUV | 95.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 45 | 0 | 0.37 | 0.67 | 0.47 | 26.67 | 0.5 | 0.35 |
| Hex | 87 | 55 | 2D | 0 | 25 | 43 | 2F | 1B | 32 | 23 |
| Octal | 207 | 125 | 55 | 0 | 45 | 103 | 57 | 33 | 62 | 43 |
| Binary | 10000111 | 1010101 | 101101 | 0 | 100101 | 1000011 | 101111 | 11011 | 110010 | 100011 |
Color Harmonies of #87552D
Complementary color
Monochromatic Colors of #87552D
Black with #87552D
Text Example
Text Example
White with #87552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87552D; }
p { color: rgb(135,85,45); }
H1.HeaderClassName
{
color: #87552D;
}
.AnyTagClassName
{
color: #87552D;
}
</style>
background-color css
<style>
a { background-color: #87552D; }
a { background-color: rgb(135,85,45); }
div.DivClassName
{
background-color: #87552D;
}
.BgClassName
{
background-color: #87552D;
}
</style>
border-color css
<style>
span { border-color: #87552D; }
span { border-color: rgb(135,85,45); }
td.TdClassName
{
border-color: #87552D;
}
.TagClassName
{
border-color: #87552D;
}
</style>