Shades of Korma #874D27
Tints of Korma #874D27
RGB
CMYK
RGB Variations
Color information
#874D27 (or 0x874D27) is known color: Korma. HEX triplet: 87, 4D and 27. RGB value is (135,77,39). Sum of RGB (Red+Green+Blue) = 135+77+39=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #874D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D27 is #78B2D8. Grayscale: #5A5A5A. Windows color (decimal): -7910105 or 2575751. OLE color: 2575751.
HSL color Cylindrical-coordinate representation of color #874D27: hue angle of 23.75º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #874D27 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 39 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.47 |
| HSL | 23.75º | 0.55% | 0.34% | - |
| HSV(B) | 23.75º | 0.71% | 0.53% | - |
| XYZ | 13.01 | 10.61 | 3.28 | - |
| YUV | 90.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 39 | 0 | 0.43 | 0.71 | 0.47 | 23.75 | 0.55 | 0.34 |
| Hex | 87 | 4D | 27 | 0 | 2B | 47 | 2F | 18 | 37 | 22 |
| Octal | 207 | 115 | 47 | 0 | 53 | 107 | 57 | 30 | 67 | 42 |
| Binary | 10000111 | 1001101 | 100111 | 0 | 101011 | 1000111 | 101111 | 11000 | 110111 | 100010 |
Color Harmonies of #874D27
Complementary color
Monochromatic Colors of #874D27
Black with #874D27
Text Example
Text Example
White with #874D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D27; }
p { color: rgb(135,77,39); }
H1.HeaderClassName
{
color: #874D27;
}
.AnyTagClassName
{
color: #874D27;
}
</style>
background-color css
<style>
a { background-color: #874D27; }
a { background-color: rgb(135,77,39); }
div.DivClassName
{
background-color: #874D27;
}
.BgClassName
{
background-color: #874D27;
}
</style>
border-color css
<style>
span { border-color: #874D27; }
span { border-color: rgb(135,77,39); }
td.TdClassName
{
border-color: #874D27;
}
.TagClassName
{
border-color: #874D27;
}
</style>