Shades of Korma #884B25
Tints of Korma #884B25
RGB
CMYK
RGB Variations
Color information
#884B25 (or 0x884B25) is known color: Korma. HEX triplet: 88, 4B and 25. RGB value is (136,75,37). Sum of RGB (Red+Green+Blue) = 136+75+37=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #884B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B25 is #77B4DA. Grayscale: #595959. Windows color (decimal): -7845083 or 2444168. OLE color: 2444168.
HSL color Cylindrical-coordinate representation of color #884B25: hue angle of 23.03º 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 #884B25 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 37 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.47 |
| HSL | 23.03º | 0.57% | 0.34% | - |
| HSV(B) | 23.03º | 0.73% | 0.53% | - |
| XYZ | 13 | 10.4 | 3.07 | - |
| YUV | 88.91 | 98.71 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 37 | 0 | 0.45 | 0.73 | 0.47 | 23.03 | 0.57 | 0.34 |
| Hex | 88 | 4B | 25 | 0 | 2D | 49 | 2F | 17 | 39 | 22 |
| Octal | 210 | 113 | 45 | 0 | 55 | 111 | 57 | 27 | 71 | 42 |
| Binary | 10001000 | 1001011 | 100101 | 0 | 101101 | 1001001 | 101111 | 10111 | 111001 | 100010 |
Color Harmonies of #884B25
Complementary color
Monochromatic Colors of #884B25
Black with #884B25
Text Example
Text Example
White with #884B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B25; }
p { color: rgb(136,75,37); }
H1.HeaderClassName
{
color: #884B25;
}
.AnyTagClassName
{
color: #884B25;
}
</style>
background-color css
<style>
a { background-color: #884B25; }
a { background-color: rgb(136,75,37); }
div.DivClassName
{
background-color: #884B25;
}
.BgClassName
{
background-color: #884B25;
}
</style>
border-color css
<style>
span { border-color: #884B25; }
span { border-color: rgb(136,75,37); }
td.TdClassName
{
border-color: #884B25;
}
.TagClassName
{
border-color: #884B25;
}
</style>