Shades of Korma #855127
Tints of Korma #855127
RGB
CMYK
RGB Variations
Color information
#855127 (or 0x855127) is known color: Korma. HEX triplet: 85, 51 and 27. RGB value is (133,81,39). Sum of RGB (Red+Green+Blue) = 133+81+39=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #855127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855127 is #7AAED8. Grayscale: #5B5B5B. Windows color (decimal): -8040153 or 2576773. OLE color: 2576773.
HSL color Cylindrical-coordinate representation of color #855127: hue angle of 26.81º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #855127 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 39 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.48 |
| HSL | 26.81º | 0.55% | 0.34% | - |
| HSV(B) | 26.81º | 0.71% | 0.52% | - |
| XYZ | 12.98 | 11.02 | 3.36 | - |
| YUV | 91.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 39 | 0 | 0.39 | 0.71 | 0.48 | 26.81 | 0.55 | 0.34 |
| Hex | 85 | 51 | 27 | 0 | 27 | 47 | 30 | 1B | 37 | 22 |
| Octal | 205 | 121 | 47 | 0 | 47 | 107 | 60 | 33 | 67 | 42 |
| Binary | 10000101 | 1010001 | 100111 | 0 | 100111 | 1000111 | 110000 | 11011 | 110111 | 100010 |
Color Harmonies of #855127
Complementary color
Monochromatic Colors of #855127
Black with #855127
Text Example
Text Example
White with #855127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855127; }
p { color: rgb(133,81,39); }
H1.HeaderClassName
{
color: #855127;
}
.AnyTagClassName
{
color: #855127;
}
</style>
background-color css
<style>
a { background-color: #855127; }
a { background-color: rgb(133,81,39); }
div.DivClassName
{
background-color: #855127;
}
.BgClassName
{
background-color: #855127;
}
</style>
border-color css
<style>
span { border-color: #855127; }
span { border-color: rgb(133,81,39); }
td.TdClassName
{
border-color: #855127;
}
.TagClassName
{
border-color: #855127;
}
</style>