Shades of Korma #855121
Tints of Korma #855121
RGB
CMYK
RGB Variations
Color information
#855121 (or 0x855121) is known color: Korma. HEX triplet: 85, 51 and 21. RGB value is (133,81,33). Sum of RGB (Red+Green+Blue) = 133+81+33=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #855121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855121 is #7AAEDE. Grayscale: #5B5B5B. Windows color (decimal): -8040159 or 2183557. OLE color: 2183557.
HSL color Cylindrical-coordinate representation of color #855121: hue angle of 28.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #855121 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 33 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.48 |
| HSL | 28.8º | 0.6% | 0.33% | - |
| HSV(B) | 28.8º | 0.75% | 0.52% | - |
| XYZ | 12.89 | 10.98 | 2.88 | - |
| YUV | 91.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 33 | 0 | 0.39 | 0.75 | 0.48 | 28.8 | 0.6 | 0.33 |
| Hex | 85 | 51 | 21 | 0 | 27 | 4B | 30 | 1D | 3C | 21 |
| Octal | 205 | 121 | 41 | 0 | 47 | 113 | 60 | 35 | 74 | 41 |
| Binary | 10000101 | 1010001 | 100001 | 0 | 100111 | 1001011 | 110000 | 11101 | 111100 | 100001 |
Color Harmonies of #855121
Complementary color
Monochromatic Colors of #855121
Black with #855121
Text Example
Text Example
White with #855121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855121; }
p { color: rgb(133,81,33); }
H1.HeaderClassName
{
color: #855121;
}
.AnyTagClassName
{
color: #855121;
}
</style>
background-color css
<style>
a { background-color: #855121; }
a { background-color: rgb(133,81,33); }
div.DivClassName
{
background-color: #855121;
}
.BgClassName
{
background-color: #855121;
}
</style>
border-color css
<style>
span { border-color: #855121; }
span { border-color: rgb(133,81,33); }
td.TdClassName
{
border-color: #855121;
}
.TagClassName
{
border-color: #855121;
}
</style>