Shades of Korma #874C2B
Tints of Korma #874C2B
RGB
CMYK
RGB Variations
Color information
#874C2B (or 0x874C2B) is known color: Korma. HEX triplet: 87, 4C and 2B. RGB value is (135,76,43). Sum of RGB (Red+Green+Blue) = 135+76+43=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #874C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C2B is #78B3D4. Grayscale: #5A5A5A. Windows color (decimal): -7910357 or 2837639. OLE color: 2837639.
HSL color Cylindrical-coordinate representation of color #874C2B: hue angle of 21.52º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #874C2B is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 43 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.47 |
| HSL | 21.52º | 0.52% | 0.35% | - |
| HSV(B) | 21.52º | 0.68% | 0.53% | - |
| XYZ | 13.01 | 10.49 | 3.63 | - |
| YUV | 89.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 43 | 0 | 0.44 | 0.68 | 0.47 | 21.52 | 0.52 | 0.35 |
| Hex | 87 | 4C | 2B | 0 | 2C | 44 | 2F | 16 | 34 | 23 |
| Octal | 207 | 114 | 53 | 0 | 54 | 104 | 57 | 26 | 64 | 43 |
| Binary | 10000111 | 1001100 | 101011 | 0 | 101100 | 1000100 | 101111 | 10110 | 110100 | 100011 |
Color Harmonies of #874C2B
Complementary color
Monochromatic Colors of #874C2B
Black with #874C2B
Text Example
Text Example
White with #874C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C2B; }
p { color: rgb(135,76,43); }
H1.HeaderClassName
{
color: #874C2B;
}
.AnyTagClassName
{
color: #874C2B;
}
</style>
background-color css
<style>
a { background-color: #874C2B; }
a { background-color: rgb(135,76,43); }
div.DivClassName
{
background-color: #874C2B;
}
.BgClassName
{
background-color: #874C2B;
}
</style>
border-color css
<style>
span { border-color: #874C2B; }
span { border-color: rgb(135,76,43); }
td.TdClassName
{
border-color: #874C2B;
}
.TagClassName
{
border-color: #874C2B;
}
</style>