Shades of Korma #874A27
Tints of Korma #874A27
RGB
CMYK
RGB Variations
Color information
#874A27 (or 0x874A27) is known color: Korma. HEX triplet: 87, 4A and 27. RGB value is (135,74,39). Sum of RGB (Red+Green+Blue) = 135+74+39=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #874A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A27 is #78B5D8. Grayscale: #585858. Windows color (decimal): -7910873 or 2574983. OLE color: 2574983.
HSL color Cylindrical-coordinate representation of color #874A27: hue angle of 21.88º 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 #874A27 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 39 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.47 |
| HSL | 21.88º | 0.55% | 0.34% | - |
| HSV(B) | 21.88º | 0.71% | 0.53% | - |
| XYZ | 12.81 | 10.19 | 3.21 | - |
| YUV | 88.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 39 | 0 | 0.45 | 0.71 | 0.47 | 21.88 | 0.55 | 0.34 |
| Hex | 87 | 4A | 27 | 0 | 2D | 47 | 2F | 16 | 37 | 22 |
| Octal | 207 | 112 | 47 | 0 | 55 | 107 | 57 | 26 | 67 | 42 |
| Binary | 10000111 | 1001010 | 100111 | 0 | 101101 | 1000111 | 101111 | 10110 | 110111 | 100010 |
Color Harmonies of #874A27
Complementary color
Monochromatic Colors of #874A27
Black with #874A27
Text Example
Text Example
White with #874A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A27; }
p { color: rgb(135,74,39); }
H1.HeaderClassName
{
color: #874A27;
}
.AnyTagClassName
{
color: #874A27;
}
</style>
background-color css
<style>
a { background-color: #874A27; }
a { background-color: rgb(135,74,39); }
div.DivClassName
{
background-color: #874A27;
}
.BgClassName
{
background-color: #874A27;
}
</style>
border-color css
<style>
span { border-color: #874A27; }
span { border-color: rgb(135,74,39); }
td.TdClassName
{
border-color: #874A27;
}
.TagClassName
{
border-color: #874A27;
}
</style>