Shades of Korma #85552C
Tints of Korma #85552C
RGB
CMYK
RGB Variations
Color information
#85552C (or 0x85552C) is known color: Korma. HEX triplet: 85, 55 and 2C. RGB value is (133,85,44). Sum of RGB (Red+Green+Blue) = 133+85+44=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85552C is #7AAAD3. Grayscale: #5E5E5E. Windows color (decimal): -8039124 or 2905477. OLE color: 2905477.
HSL color Cylindrical-coordinate representation of color #85552C: hue angle of 27.64º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85552C is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 44 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.48 |
| HSL | 27.64º | 0.5% | 0.35% | - |
| HSV(B) | 27.64º | 0.67% | 0.52% | - |
| XYZ | 13.38 | 11.67 | 3.93 | - |
| YUV | 94.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 44 | 0 | 0.36 | 0.67 | 0.48 | 27.64 | 0.5 | 0.35 |
| Hex | 85 | 55 | 2C | 0 | 24 | 43 | 30 | 1C | 32 | 23 |
| Octal | 205 | 125 | 54 | 0 | 44 | 103 | 60 | 34 | 62 | 43 |
| Binary | 10000101 | 1010101 | 101100 | 0 | 100100 | 1000011 | 110000 | 11100 | 110010 | 100011 |
Color Harmonies of #85552C
Complementary color
Monochromatic Colors of #85552C
Black with #85552C
Text Example
Text Example
White with #85552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85552C; }
p { color: rgb(133,85,44); }
H1.HeaderClassName
{
color: #85552C;
}
.AnyTagClassName
{
color: #85552C;
}
</style>
background-color css
<style>
a { background-color: #85552C; }
a { background-color: rgb(133,85,44); }
div.DivClassName
{
background-color: #85552C;
}
.BgClassName
{
background-color: #85552C;
}
</style>
border-color css
<style>
span { border-color: #85552C; }
span { border-color: rgb(133,85,44); }
td.TdClassName
{
border-color: #85552C;
}
.TagClassName
{
border-color: #85552C;
}
</style>