Shades of Korma #85522C
Tints of Korma #85522C
RGB
CMYK
RGB Variations
Color information
#85522C (or 0x85522C) is known color: Korma. HEX triplet: 85, 52 and 2C. RGB value is (133,82,44). Sum of RGB (Red+Green+Blue) = 133+82+44=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85522C is #7AADD3. Grayscale: #5D5D5D. Windows color (decimal): -8039892 or 2904709. OLE color: 2904709.
HSL color Cylindrical-coordinate representation of color #85522C: hue angle of 25.62º 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 #85522C is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 44 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.48 |
| HSL | 25.62º | 0.5% | 0.35% | - |
| HSV(B) | 25.62º | 0.67% | 0.52% | - |
| XYZ | 13.14 | 11.2 | 3.85 | - |
| YUV | 92.92 | 100.4 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 44 | 0 | 0.38 | 0.67 | 0.48 | 25.62 | 0.5 | 0.35 |
| Hex | 85 | 52 | 2C | 0 | 26 | 43 | 30 | 1A | 32 | 23 |
| Octal | 205 | 122 | 54 | 0 | 46 | 103 | 60 | 32 | 62 | 43 |
| Binary | 10000101 | 1010010 | 101100 | 0 | 100110 | 1000011 | 110000 | 11010 | 110010 | 100011 |
Color Harmonies of #85522C
Complementary color
Monochromatic Colors of #85522C
Black with #85522C
Text Example
Text Example
White with #85522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85522C; }
p { color: rgb(133,82,44); }
H1.HeaderClassName
{
color: #85522C;
}
.AnyTagClassName
{
color: #85522C;
}
</style>
background-color css
<style>
a { background-color: #85522C; }
a { background-color: rgb(133,82,44); }
div.DivClassName
{
background-color: #85522C;
}
.BgClassName
{
background-color: #85522C;
}
</style>
border-color css
<style>
span { border-color: #85522C; }
span { border-color: rgb(133,82,44); }
td.TdClassName
{
border-color: #85522C;
}
.TagClassName
{
border-color: #85522C;
}
</style>