Shades of Korma #85492C
Tints of Korma #85492C
RGB
CMYK
RGB Variations
Color information
#85492C (or 0x85492C) is known color: Korma. HEX triplet: 85, 49 and 2C. RGB value is (133,73,44). Sum of RGB (Red+Green+Blue) = 133+73+44=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85492C is #7AB6D3. Grayscale: #575757. Windows color (decimal): -8042196 or 2902405. OLE color: 2902405.
HSL color Cylindrical-coordinate representation of color #85492C: hue angle of 19.55º 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 #85492C is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 73 | 44 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.48 |
| HSL | 19.55º | 0.5% | 0.35% | - |
| HSV(B) | 19.55º | 0.67% | 0.52% | - |
| XYZ | 12.51 | 9.93 | 3.64 | - |
| YUV | 87.63 | 103.38 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 44 | 0 | 0.45 | 0.67 | 0.48 | 19.55 | 0.5 | 0.35 |
| Hex | 85 | 49 | 2C | 0 | 2D | 43 | 30 | 14 | 32 | 23 |
| Octal | 205 | 111 | 54 | 0 | 55 | 103 | 60 | 24 | 62 | 43 |
| Binary | 10000101 | 1001001 | 101100 | 0 | 101101 | 1000011 | 110000 | 10100 | 110010 | 100011 |
Color Harmonies of #85492C
Complementary color
Monochromatic Colors of #85492C
Black with #85492C
Text Example
Text Example
White with #85492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85492C; }
p { color: rgb(133,73,44); }
H1.HeaderClassName
{
color: #85492C;
}
.AnyTagClassName
{
color: #85492C;
}
</style>
background-color css
<style>
a { background-color: #85492C; }
a { background-color: rgb(133,73,44); }
div.DivClassName
{
background-color: #85492C;
}
.BgClassName
{
background-color: #85492C;
}
</style>
border-color css
<style>
span { border-color: #85492C; }
span { border-color: rgb(133,73,44); }
td.TdClassName
{
border-color: #85492C;
}
.TagClassName
{
border-color: #85492C;
}
</style>