Shades of Korma #87502D
Tints of Korma #87502D
RGB
CMYK
RGB Variations
Color information
#87502D (or 0x87502D) is known color: Korma. HEX triplet: 87, 50 and 2D. RGB value is (135,80,45). Sum of RGB (Red+Green+Blue) = 135+80+45=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87502D is #78AFD2. Grayscale: #5C5C5C. Windows color (decimal): -7909331 or 2969735. OLE color: 2969735.
HSL color Cylindrical-coordinate representation of color #87502D: hue angle of 23.33º 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 #87502D is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 45 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.47 |
| HSL | 23.33º | 0.5% | 0.35% | - |
| HSV(B) | 23.33º | 0.67% | 0.53% | - |
| XYZ | 13.33 | 11.08 | 3.92 | - |
| YUV | 92.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 45 | 0 | 0.41 | 0.67 | 0.47 | 23.33 | 0.5 | 0.35 |
| Hex | 87 | 50 | 2D | 0 | 29 | 43 | 2F | 17 | 32 | 23 |
| Octal | 207 | 120 | 55 | 0 | 51 | 103 | 57 | 27 | 62 | 43 |
| Binary | 10000111 | 1010000 | 101101 | 0 | 101001 | 1000011 | 101111 | 10111 | 110010 | 100011 |
Color Harmonies of #87502D
Complementary color
Monochromatic Colors of #87502D
Black with #87502D
Text Example
Text Example
White with #87502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87502D; }
p { color: rgb(135,80,45); }
H1.HeaderClassName
{
color: #87502D;
}
.AnyTagClassName
{
color: #87502D;
}
</style>
background-color css
<style>
a { background-color: #87502D; }
a { background-color: rgb(135,80,45); }
div.DivClassName
{
background-color: #87502D;
}
.BgClassName
{
background-color: #87502D;
}
</style>
border-color css
<style>
span { border-color: #87502D; }
span { border-color: rgb(135,80,45); }
td.TdClassName
{
border-color: #87502D;
}
.TagClassName
{
border-color: #87502D;
}
</style>