Shades of Korma #87502F
Tints of Korma #87502F
RGB
CMYK
RGB Variations
Color information
#87502F (or 0x87502F) is known color: Korma. HEX triplet: 87, 50 and 2F. RGB value is (135,80,47). Sum of RGB (Red+Green+Blue) = 135+80+47=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87502F is #78AFD0. Grayscale: #5C5C5C. Windows color (decimal): -7909329 or 3100807. OLE color: 3100807.
HSL color Cylindrical-coordinate representation of color #87502F: hue angle of 22.5º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87502F is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 47 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.47 |
| HSL | 22.5º | 0.48% | 0.36% | - |
| HSV(B) | 22.5º | 0.65% | 0.53% | - |
| XYZ | 13.37 | 11.09 | 4.13 | - |
| YUV | 92.68 | 102.22 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 47 | 0 | 0.41 | 0.65 | 0.47 | 22.5 | 0.48 | 0.36 |
| Hex | 87 | 50 | 2F | 0 | 29 | 41 | 2F | 16 | 30 | 24 |
| Octal | 207 | 120 | 57 | 0 | 51 | 101 | 57 | 26 | 60 | 44 |
| Binary | 10000111 | 1010000 | 101111 | 0 | 101001 | 1000001 | 101111 | 10110 | 110000 | 100100 |
Color Harmonies of #87502F
Complementary color
Monochromatic Colors of #87502F
Black with #87502F
Text Example
Text Example
White with #87502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87502F; }
p { color: rgb(135,80,47); }
H1.HeaderClassName
{
color: #87502F;
}
.AnyTagClassName
{
color: #87502F;
}
</style>
background-color css
<style>
a { background-color: #87502F; }
a { background-color: rgb(135,80,47); }
div.DivClassName
{
background-color: #87502F;
}
.BgClassName
{
background-color: #87502F;
}
</style>
border-color css
<style>
span { border-color: #87502F; }
span { border-color: rgb(135,80,47); }
td.TdClassName
{
border-color: #87502F;
}
.TagClassName
{
border-color: #87502F;
}
</style>