Shades of Korma #855128
Tints of Korma #855128
RGB
CMYK
RGB Variations
Color information
#855128 (or 0x855128) is known color: Korma. HEX triplet: 85, 51 and 28. RGB value is (133,81,40). Sum of RGB (Red+Green+Blue) = 133+81+40=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #855128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855128 is #7AAED7. Grayscale: #5C5C5C. Windows color (decimal): -8040152 or 2642309. OLE color: 2642309.
HSL color Cylindrical-coordinate representation of color #855128: hue angle of 26.45º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #855128 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 40 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.48 |
| HSL | 26.45º | 0.54% | 0.34% | - |
| HSV(B) | 26.45º | 0.7% | 0.52% | - |
| XYZ | 13 | 11.02 | 3.45 | - |
| YUV | 91.87 | 98.73 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 40 | 0 | 0.39 | 0.70 | 0.48 | 26.45 | 0.54 | 0.34 |
| Hex | 85 | 51 | 28 | 0 | 27 | 46 | 30 | 1A | 36 | 22 |
| Octal | 205 | 121 | 50 | 0 | 47 | 106 | 60 | 32 | 66 | 42 |
| Binary | 10000101 | 1010001 | 101000 | 0 | 100111 | 1000110 | 110000 | 11010 | 110110 | 100010 |
Color Harmonies of #855128
Complementary color
Monochromatic Colors of #855128
Black with #855128
Text Example
Text Example
White with #855128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855128; }
p { color: rgb(133,81,40); }
H1.HeaderClassName
{
color: #855128;
}
.AnyTagClassName
{
color: #855128;
}
</style>
background-color css
<style>
a { background-color: #855128; }
a { background-color: rgb(133,81,40); }
div.DivClassName
{
background-color: #855128;
}
.BgClassName
{
background-color: #855128;
}
</style>
border-color css
<style>
span { border-color: #855128; }
span { border-color: rgb(133,81,40); }
td.TdClassName
{
border-color: #855128;
}
.TagClassName
{
border-color: #855128;
}
</style>