Shades of Korma #88552F
Tints of Korma #88552F
RGB
CMYK
RGB Variations
Color information
#88552F (or 0x88552F) is known color: Korma. HEX triplet: 88, 55 and 2F. RGB value is (136,85,47). Sum of RGB (Red+Green+Blue) = 136+85+47=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88552F is #77AAD0. Grayscale: #606060. Windows color (decimal): -7842513 or 3102088. OLE color: 3102088.
HSL color Cylindrical-coordinate representation of color #88552F: hue angle of 25.62º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88552F is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 47 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.47 |
| HSL | 25.62º | 0.49% | 0.36% | - |
| HSV(B) | 25.62º | 0.65% | 0.53% | - |
| XYZ | 13.91 | 11.94 | 4.26 | - |
| YUV | 95.92 | 100.4 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 47 | 0 | 0.38 | 0.65 | 0.47 | 25.62 | 0.49 | 0.36 |
| Hex | 88 | 55 | 2F | 0 | 26 | 41 | 2F | 1A | 31 | 24 |
| Octal | 210 | 125 | 57 | 0 | 46 | 101 | 57 | 32 | 61 | 44 |
| Binary | 10001000 | 1010101 | 101111 | 0 | 100110 | 1000001 | 101111 | 11010 | 110001 | 100100 |
Color Harmonies of #88552F
Complementary color
Monochromatic Colors of #88552F
Black with #88552F
Text Example
Text Example
White with #88552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88552F; }
p { color: rgb(136,85,47); }
H1.HeaderClassName
{
color: #88552F;
}
.AnyTagClassName
{
color: #88552F;
}
</style>
background-color css
<style>
a { background-color: #88552F; }
a { background-color: rgb(136,85,47); }
div.DivClassName
{
background-color: #88552F;
}
.BgClassName
{
background-color: #88552F;
}
</style>
border-color css
<style>
span { border-color: #88552F; }
span { border-color: rgb(136,85,47); }
td.TdClassName
{
border-color: #88552F;
}
.TagClassName
{
border-color: #88552F;
}
</style>