Shades of Korma #855124
Tints of Korma #855124
RGB
CMYK
RGB Variations
Color information
#855124 (or 0x855124) is known color: Korma. HEX triplet: 85, 51 and 24. RGB value is (133,81,36). Sum of RGB (Red+Green+Blue) = 133+81+36=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #855124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855124 is #7AAEDB. Grayscale: #5B5B5B. Windows color (decimal): -8040156 or 2380165. OLE color: 2380165.
HSL color Cylindrical-coordinate representation of color #855124: hue angle of 27.84º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #855124 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 36 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.48 |
| HSL | 27.84º | 0.57% | 0.33% | - |
| HSV(B) | 27.84º | 0.73% | 0.52% | - |
| XYZ | 12.93 | 11 | 3.11 | - |
| YUV | 91.42 | 96.73 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 36 | 0 | 0.39 | 0.73 | 0.48 | 27.84 | 0.57 | 0.33 |
| Hex | 85 | 51 | 24 | 0 | 27 | 49 | 30 | 1C | 39 | 21 |
| Octal | 205 | 121 | 44 | 0 | 47 | 111 | 60 | 34 | 71 | 41 |
| Binary | 10000101 | 1010001 | 100100 | 0 | 100111 | 1001001 | 110000 | 11100 | 111001 | 100001 |
Color Harmonies of #855124
Complementary color
Monochromatic Colors of #855124
Black with #855124
Text Example
Text Example
White with #855124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855124; }
p { color: rgb(133,81,36); }
H1.HeaderClassName
{
color: #855124;
}
.AnyTagClassName
{
color: #855124;
}
</style>
background-color css
<style>
a { background-color: #855124; }
a { background-color: rgb(133,81,36); }
div.DivClassName
{
background-color: #855124;
}
.BgClassName
{
background-color: #855124;
}
</style>
border-color css
<style>
span { border-color: #855124; }
span { border-color: rgb(133,81,36); }
td.TdClassName
{
border-color: #855124;
}
.TagClassName
{
border-color: #855124;
}
</style>