Shades of Korma #874725
Tints of Korma #874725
RGB
CMYK
RGB Variations
Color information
#874725 (or 0x874725) is known color: Korma. HEX triplet: 87, 47 and 25. RGB value is (135,71,37). Sum of RGB (Red+Green+Blue) = 135+71+37=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #874725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874725 is #78B8DA. Grayscale: #565656. Windows color (decimal): -7911643 or 2443143. OLE color: 2443143.
HSL color Cylindrical-coordinate representation of color #874725: hue angle of 20.82º degrees, saturation: 0.57, 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 #874725 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 71 | 37 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.47 |
| HSL | 20.82º | 0.57% | 0.34% | - |
| HSV(B) | 20.82º | 0.73% | 0.53% | - |
| XYZ | 12.58 | 9.79 | 2.98 | - |
| YUV | 86.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 71 | 37 | 0 | 0.47 | 0.73 | 0.47 | 20.82 | 0.57 | 0.34 |
| Hex | 87 | 47 | 25 | 0 | 2F | 49 | 2F | 15 | 39 | 22 |
| Octal | 207 | 107 | 45 | 0 | 57 | 111 | 57 | 25 | 71 | 42 |
| Binary | 10000111 | 1000111 | 100101 | 0 | 101111 | 1001001 | 101111 | 10101 | 111001 | 100010 |
Color Harmonies of #874725
Complementary color
Monochromatic Colors of #874725
Black with #874725
Text Example
Text Example
White with #874725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874725; }
p { color: rgb(135,71,37); }
H1.HeaderClassName
{
color: #874725;
}
.AnyTagClassName
{
color: #874725;
}
</style>
background-color css
<style>
a { background-color: #874725; }
a { background-color: rgb(135,71,37); }
div.DivClassName
{
background-color: #874725;
}
.BgClassName
{
background-color: #874725;
}
</style>
border-color css
<style>
span { border-color: #874725; }
span { border-color: rgb(135,71,37); }
td.TdClassName
{
border-color: #874725;
}
.TagClassName
{
border-color: #874725;
}
</style>