Shades of Korma #85512C
Tints of Korma #85512C
RGB
CMYK
RGB Variations
Color information
#85512C (or 0x85512C) is known color: Korma. HEX triplet: 85, 51 and 2C. RGB value is (133,81,44). Sum of RGB (Red+Green+Blue) = 133+81+44=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85512C is #7AAED3. Grayscale: #5C5C5C. Windows color (decimal): -8040148 or 2904453. OLE color: 2904453.
HSL color Cylindrical-coordinate representation of color #85512C: hue angle of 24.94º 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 #85512C is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 44 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.48 |
| HSL | 24.94º | 0.5% | 0.35% | - |
| HSV(B) | 24.94º | 0.67% | 0.52% | - |
| XYZ | 13.07 | 11.05 | 3.83 | - |
| YUV | 92.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 44 | 0 | 0.39 | 0.67 | 0.48 | 24.94 | 0.5 | 0.35 |
| Hex | 85 | 51 | 2C | 0 | 27 | 43 | 30 | 19 | 32 | 23 |
| Octal | 205 | 121 | 54 | 0 | 47 | 103 | 60 | 31 | 62 | 43 |
| Binary | 10000101 | 1010001 | 101100 | 0 | 100111 | 1000011 | 110000 | 11001 | 110010 | 100011 |
Color Harmonies of #85512C
Complementary color
Monochromatic Colors of #85512C
Black with #85512C
Text Example
Text Example
White with #85512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85512C; }
p { color: rgb(133,81,44); }
H1.HeaderClassName
{
color: #85512C;
}
.AnyTagClassName
{
color: #85512C;
}
</style>
background-color css
<style>
a { background-color: #85512C; }
a { background-color: rgb(133,81,44); }
div.DivClassName
{
background-color: #85512C;
}
.BgClassName
{
background-color: #85512C;
}
</style>
border-color css
<style>
span { border-color: #85512C; }
span { border-color: rgb(133,81,44); }
td.TdClassName
{
border-color: #85512C;
}
.TagClassName
{
border-color: #85512C;
}
</style>