Shades of Korma #85572E
Tints of Korma #85572E
RGB
CMYK
RGB Variations
Color information
#85572E (or 0x85572E) is known color: Korma. HEX triplet: 85, 57 and 2E. RGB value is (133,87,46). Sum of RGB (Red+Green+Blue) = 133+87+46=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85572E is #7AA8D1. Grayscale: #606060. Windows color (decimal): -8038610 or 3037061. OLE color: 3037061.
HSL color Cylindrical-coordinate representation of color #85572E: hue angle of 28.28º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85572E is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 87 | 46 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.48 |
| HSL | 28.28º | 0.49% | 0.35% | - |
| HSV(B) | 28.28º | 0.65% | 0.52% | - |
| XYZ | 13.57 | 12 | 4.19 | - |
| YUV | 96.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 46 | 0 | 0.35 | 0.65 | 0.48 | 28.28 | 0.49 | 0.35 |
| Hex | 85 | 57 | 2E | 0 | 23 | 41 | 30 | 1C | 31 | 23 |
| Octal | 205 | 127 | 56 | 0 | 43 | 101 | 60 | 34 | 61 | 43 |
| Binary | 10000101 | 1010111 | 101110 | 0 | 100011 | 1000001 | 110000 | 11100 | 110001 | 100011 |
Color Harmonies of #85572E
Complementary color
Monochromatic Colors of #85572E
Black with #85572E
Text Example
Text Example
White with #85572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85572E; }
p { color: rgb(133,87,46); }
H1.HeaderClassName
{
color: #85572E;
}
.AnyTagClassName
{
color: #85572E;
}
</style>
background-color css
<style>
a { background-color: #85572E; }
a { background-color: rgb(133,87,46); }
div.DivClassName
{
background-color: #85572E;
}
.BgClassName
{
background-color: #85572E;
}
</style>
border-color css
<style>
span { border-color: #85572E; }
span { border-color: rgb(133,87,46); }
td.TdClassName
{
border-color: #85572E;
}
.TagClassName
{
border-color: #85572E;
}
</style>