Shades of Korma #85562D
Tints of Korma #85562D
RGB
CMYK
RGB Variations
Color information
#85562D (or 0x85562D) is known color: Korma. HEX triplet: 85, 56 and 2D. RGB value is (133,86,45). Sum of RGB (Red+Green+Blue) = 133+86+45=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85562D is #7AA9D2. Grayscale: #5F5F5F. Windows color (decimal): -8038867 or 2971269. OLE color: 2971269.
HSL color Cylindrical-coordinate representation of color #85562D: hue angle of 27.95º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85562D is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 45 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.48 |
| HSL | 27.95º | 0.49% | 0.35% | - |
| HSV(B) | 27.95º | 0.66% | 0.52% | - |
| XYZ | 13.47 | 11.83 | 4.06 | - |
| YUV | 95.38 | 99.57 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 45 | 0 | 0.35 | 0.66 | 0.48 | 27.95 | 0.49 | 0.35 |
| Hex | 85 | 56 | 2D | 0 | 23 | 42 | 30 | 1C | 31 | 23 |
| Octal | 205 | 126 | 55 | 0 | 43 | 102 | 60 | 34 | 61 | 43 |
| Binary | 10000101 | 1010110 | 101101 | 0 | 100011 | 1000010 | 110000 | 11100 | 110001 | 100011 |
Color Harmonies of #85562D
Complementary color
Monochromatic Colors of #85562D
Black with #85562D
Text Example
Text Example
White with #85562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85562D; }
p { color: rgb(133,86,45); }
H1.HeaderClassName
{
color: #85562D;
}
.AnyTagClassName
{
color: #85562D;
}
</style>
background-color css
<style>
a { background-color: #85562D; }
a { background-color: rgb(133,86,45); }
div.DivClassName
{
background-color: #85562D;
}
.BgClassName
{
background-color: #85562D;
}
</style>
border-color css
<style>
span { border-color: #85562D; }
span { border-color: rgb(133,86,45); }
td.TdClassName
{
border-color: #85562D;
}
.TagClassName
{
border-color: #85562D;
}
</style>