Shades of Korma #855133
Tints of Korma #855133
RGB
CMYK
RGB Variations
Color information
#855133 (or 0x855133) is known color: Korma. HEX triplet: 85, 51 and 33. RGB value is (133,81,51). Sum of RGB (Red+Green+Blue) = 133+81+51=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #855133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855133 is #7AAECC. Grayscale: #5D5D5D. Windows color (decimal): -8040141 or 3363205. OLE color: 3363205.
HSL color Cylindrical-coordinate representation of color #855133: hue angle of 21.95º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #855133 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 51 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.48 |
| HSL | 21.95º | 0.45% | 0.36% | - |
| HSV(B) | 21.95º | 0.62% | 0.52% | - |
| XYZ | 13.21 | 11.11 | 4.58 | - |
| YUV | 93.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 51 | 0 | 0.39 | 0.62 | 0.48 | 21.95 | 0.45 | 0.36 |
| Hex | 85 | 51 | 33 | 0 | 27 | 3E | 30 | 16 | 2D | 24 |
| Octal | 205 | 121 | 63 | 0 | 47 | 76 | 60 | 26 | 55 | 44 |
| Binary | 10000101 | 1010001 | 110011 | 0 | 100111 | 111110 | 110000 | 10110 | 101101 | 100100 |
Color Harmonies of #855133
Complementary color
Monochromatic Colors of #855133
Black with #855133
Text Example
Text Example
White with #855133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855133; }
p { color: rgb(133,81,51); }
H1.HeaderClassName
{
color: #855133;
}
.AnyTagClassName
{
color: #855133;
}
</style>
background-color css
<style>
a { background-color: #855133; }
a { background-color: rgb(133,81,51); }
div.DivClassName
{
background-color: #855133;
}
.BgClassName
{
background-color: #855133;
}
</style>
border-color css
<style>
span { border-color: #855133; }
span { border-color: rgb(133,81,51); }
td.TdClassName
{
border-color: #855133;
}
.TagClassName
{
border-color: #855133;
}
</style>