Shades of Korma #85562F
Tints of Korma #85562F
RGB
CMYK
RGB Variations
Color information
#85562F (or 0x85562F) is known color: Korma. HEX triplet: 85, 56 and 2F. RGB value is (133,86,47). Sum of RGB (Red+Green+Blue) = 133+86+47=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85562F is #7AA9D0. Grayscale: #5F5F5F. Windows color (decimal): -8038865 or 3102341. OLE color: 3102341.
HSL color Cylindrical-coordinate representation of color #85562F: hue angle of 27.21º degrees, saturation: 0.48, 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 #85562F is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 47 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.48 |
| HSL | 27.21º | 0.48% | 0.35% | - |
| HSV(B) | 27.21º | 0.65% | 0.52% | - |
| XYZ | 13.51 | 11.85 | 4.26 | - |
| YUV | 95.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 47 | 0 | 0.35 | 0.65 | 0.48 | 27.21 | 0.48 | 0.35 |
| Hex | 85 | 56 | 2F | 0 | 23 | 41 | 30 | 1B | 30 | 23 |
| Octal | 205 | 126 | 57 | 0 | 43 | 101 | 60 | 33 | 60 | 43 |
| Binary | 10000101 | 1010110 | 101111 | 0 | 100011 | 1000001 | 110000 | 11011 | 110000 | 100011 |
Color Harmonies of #85562F
Complementary color
Monochromatic Colors of #85562F
Black with #85562F
Text Example
Text Example
White with #85562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85562F; }
p { color: rgb(133,86,47); }
H1.HeaderClassName
{
color: #85562F;
}
.AnyTagClassName
{
color: #85562F;
}
</style>
background-color css
<style>
a { background-color: #85562F; }
a { background-color: rgb(133,86,47); }
div.DivClassName
{
background-color: #85562F;
}
.BgClassName
{
background-color: #85562F;
}
</style>
border-color css
<style>
span { border-color: #85562F; }
span { border-color: rgb(133,86,47); }
td.TdClassName
{
border-color: #85562F;
}
.TagClassName
{
border-color: #85562F;
}
</style>