Shades of Korma #85552F
Tints of Korma #85552F
RGB
CMYK
RGB Variations
Color information
#85552F (or 0x85552F) is known color: Korma. HEX triplet: 85, 55 and 2F. RGB value is (133,85,47). Sum of RGB (Red+Green+Blue) = 133+85+47=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85552F is #7AAAD0. Grayscale: #5F5F5F. Windows color (decimal): -8039121 or 3102085. OLE color: 3102085.
HSL color Cylindrical-coordinate representation of color #85552F: hue angle of 26.51º 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 #85552F is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 47 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.48 |
| HSL | 26.51º | 0.48% | 0.35% | - |
| HSV(B) | 26.51º | 0.65% | 0.52% | - |
| XYZ | 13.43 | 11.69 | 4.24 | - |
| YUV | 95.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 47 | 0 | 0.36 | 0.65 | 0.48 | 26.51 | 0.48 | 0.35 |
| Hex | 85 | 55 | 2F | 0 | 24 | 41 | 30 | 1B | 30 | 23 |
| Octal | 205 | 125 | 57 | 0 | 44 | 101 | 60 | 33 | 60 | 43 |
| Binary | 10000101 | 1010101 | 101111 | 0 | 100100 | 1000001 | 110000 | 11011 | 110000 | 100011 |
Color Harmonies of #85552F
Complementary color
Monochromatic Colors of #85552F
Black with #85552F
Text Example
Text Example
White with #85552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85552F; }
p { color: rgb(133,85,47); }
H1.HeaderClassName
{
color: #85552F;
}
.AnyTagClassName
{
color: #85552F;
}
</style>
background-color css
<style>
a { background-color: #85552F; }
a { background-color: rgb(133,85,47); }
div.DivClassName
{
background-color: #85552F;
}
.BgClassName
{
background-color: #85552F;
}
</style>
border-color css
<style>
span { border-color: #85552F; }
span { border-color: rgb(133,85,47); }
td.TdClassName
{
border-color: #85552F;
}
.TagClassName
{
border-color: #85552F;
}
</style>