Shades of Korma #85552B
Tints of Korma #85552B
RGB
CMYK
RGB Variations
Color information
#85552B (or 0x85552B) is known color: Korma. HEX triplet: 85, 55 and 2B. RGB value is (133,85,43). Sum of RGB (Red+Green+Blue) = 133+85+43=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85552B is #7AAAD4. Grayscale: #5E5E5E. Windows color (decimal): -8039125 or 2839941. OLE color: 2839941.
HSL color Cylindrical-coordinate representation of color #85552B: hue angle of 28º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85552B is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 43 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.48 |
| HSL | 28º | 0.51% | 0.35% | - |
| HSV(B) | 28º | 0.68% | 0.52% | - |
| XYZ | 13.36 | 11.66 | 3.83 | - |
| YUV | 94.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 43 | 0 | 0.36 | 0.68 | 0.48 | 28 | 0.51 | 0.35 |
| Hex | 85 | 55 | 2B | 0 | 24 | 44 | 30 | 1C | 33 | 23 |
| Octal | 205 | 125 | 53 | 0 | 44 | 104 | 60 | 34 | 63 | 43 |
| Binary | 10000101 | 1010101 | 101011 | 0 | 100100 | 1000100 | 110000 | 11100 | 110011 | 100011 |
Color Harmonies of #85552B
Complementary color
Monochromatic Colors of #85552B
Black with #85552B
Text Example
Text Example
White with #85552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85552B; }
p { color: rgb(133,85,43); }
H1.HeaderClassName
{
color: #85552B;
}
.AnyTagClassName
{
color: #85552B;
}
</style>
background-color css
<style>
a { background-color: #85552B; }
a { background-color: rgb(133,85,43); }
div.DivClassName
{
background-color: #85552B;
}
.BgClassName
{
background-color: #85552B;
}
</style>
border-color css
<style>
span { border-color: #85552B; }
span { border-color: rgb(133,85,43); }
td.TdClassName
{
border-color: #85552B;
}
.TagClassName
{
border-color: #85552B;
}
</style>