Shades of Korma #85522F
Tints of Korma #85522F
RGB
CMYK
RGB Variations
Color information
#85522F (or 0x85522F) is known color: Korma. HEX triplet: 85, 52 and 2F. RGB value is (133,82,47). Sum of RGB (Red+Green+Blue) = 133+82+47=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85522F is #7AADD0. Grayscale: #5D5D5D. Windows color (decimal): -8039889 or 3101317. OLE color: 3101317.
HSL color Cylindrical-coordinate representation of color #85522F: hue angle of 24.42º 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 #85522F is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 47 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.48 |
| HSL | 24.42º | 0.48% | 0.35% | - |
| HSV(B) | 24.42º | 0.65% | 0.52% | - |
| XYZ | 13.2 | 11.23 | 4.16 | - |
| YUV | 93.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 47 | 0 | 0.38 | 0.65 | 0.48 | 24.42 | 0.48 | 0.35 |
| Hex | 85 | 52 | 2F | 0 | 26 | 41 | 30 | 18 | 30 | 23 |
| Octal | 205 | 122 | 57 | 0 | 46 | 101 | 60 | 30 | 60 | 43 |
| Binary | 10000101 | 1010010 | 101111 | 0 | 100110 | 1000001 | 110000 | 11000 | 110000 | 100011 |
Color Harmonies of #85522F
Complementary color
Monochromatic Colors of #85522F
Black with #85522F
Text Example
Text Example
White with #85522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85522F; }
p { color: rgb(133,82,47); }
H1.HeaderClassName
{
color: #85522F;
}
.AnyTagClassName
{
color: #85522F;
}
</style>
background-color css
<style>
a { background-color: #85522F; }
a { background-color: rgb(133,82,47); }
div.DivClassName
{
background-color: #85522F;
}
.BgClassName
{
background-color: #85522F;
}
</style>
border-color css
<style>
span { border-color: #85522F; }
span { border-color: rgb(133,82,47); }
td.TdClassName
{
border-color: #85522F;
}
.TagClassName
{
border-color: #85522F;
}
</style>