Shades of Korma #874A24
Tints of Korma #874A24
RGB
CMYK
RGB Variations
Color information
#874A24 (or 0x874A24) is known color: Korma. HEX triplet: 87, 4A and 24. RGB value is (135,74,36). Sum of RGB (Red+Green+Blue) = 135+74+36=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #874A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A24 is #78B5DB. Grayscale: #585858. Windows color (decimal): -7910876 or 2378375. OLE color: 2378375.
HSL color Cylindrical-coordinate representation of color #874A24: hue angle of 23.03º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #874A24 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 36 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.47 |
| HSL | 23.03º | 0.58% | 0.34% | - |
| HSV(B) | 23.03º | 0.73% | 0.53% | - |
| XYZ | 12.76 | 10.18 | 2.96 | - |
| YUV | 87.91 | 98.71 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 36 | 0 | 0.45 | 0.73 | 0.47 | 23.03 | 0.58 | 0.34 |
| Hex | 87 | 4A | 24 | 0 | 2D | 49 | 2F | 17 | 3A | 22 |
| Octal | 207 | 112 | 44 | 0 | 55 | 111 | 57 | 27 | 72 | 42 |
| Binary | 10000111 | 1001010 | 100100 | 0 | 101101 | 1001001 | 101111 | 10111 | 111010 | 100010 |
Color Harmonies of #874A24
Complementary color
Monochromatic Colors of #874A24
Black with #874A24
Text Example
Text Example
White with #874A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A24; }
p { color: rgb(135,74,36); }
H1.HeaderClassName
{
color: #874A24;
}
.AnyTagClassName
{
color: #874A24;
}
</style>
background-color css
<style>
a { background-color: #874A24; }
a { background-color: rgb(135,74,36); }
div.DivClassName
{
background-color: #874A24;
}
.BgClassName
{
background-color: #874A24;
}
</style>
border-color css
<style>
span { border-color: #874A24; }
span { border-color: rgb(135,74,36); }
td.TdClassName
{
border-color: #874A24;
}
.TagClassName
{
border-color: #874A24;
}
</style>