Shades of Korma #884F25
Tints of Korma #884F25
RGB
CMYK
RGB Variations
Color information
#884F25 (or 0x884F25) is known color: Korma. HEX triplet: 88, 4F and 25. RGB value is (136,79,37). Sum of RGB (Red+Green+Blue) = 136+79+37=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #884F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F25 is #77B0DA. Grayscale: #5B5B5B. Windows color (decimal): -7844059 or 2445192. OLE color: 2445192.
HSL color Cylindrical-coordinate representation of color #884F25: hue angle of 25.45º 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 #884F25 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 37 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.47 |
| HSL | 25.45º | 0.57% | 0.34% | - |
| HSV(B) | 25.45º | 0.73% | 0.53% | - |
| XYZ | 13.28 | 10.96 | 3.17 | - |
| YUV | 91.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 37 | 0 | 0.42 | 0.73 | 0.47 | 25.45 | 0.57 | 0.34 |
| Hex | 88 | 4F | 25 | 0 | 2A | 49 | 2F | 19 | 39 | 22 |
| Octal | 210 | 117 | 45 | 0 | 52 | 111 | 57 | 31 | 71 | 42 |
| Binary | 10001000 | 1001111 | 100101 | 0 | 101010 | 1001001 | 101111 | 11001 | 111001 | 100010 |
Color Harmonies of #884F25
Complementary color
Monochromatic Colors of #884F25
Black with #884F25
Text Example
Text Example
White with #884F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F25; }
p { color: rgb(136,79,37); }
H1.HeaderClassName
{
color: #884F25;
}
.AnyTagClassName
{
color: #884F25;
}
</style>
background-color css
<style>
a { background-color: #884F25; }
a { background-color: rgb(136,79,37); }
div.DivClassName
{
background-color: #884F25;
}
.BgClassName
{
background-color: #884F25;
}
</style>
border-color css
<style>
span { border-color: #884F25; }
span { border-color: rgb(136,79,37); }
td.TdClassName
{
border-color: #884F25;
}
.TagClassName
{
border-color: #884F25;
}
</style>