Shades of Korma #86522F
Tints of Korma #86522F
RGB
CMYK
RGB Variations
Color information
#86522F (or 0x86522F) is known color: Korma. HEX triplet: 86, 52 and 2F. RGB value is (134,82,47). Sum of RGB (Red+Green+Blue) = 134+82+47=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86522F is #79ADD0. Grayscale: #5D5D5D. Windows color (decimal): -7974353 or 3101318. OLE color: 3101318.
HSL color Cylindrical-coordinate representation of color #86522F: hue angle of 24.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86522F is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 47 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.47 |
| HSL | 24.14º | 0.48% | 0.35% | - |
| HSV(B) | 24.14º | 0.65% | 0.53% | - |
| XYZ | 13.36 | 11.31 | 4.17 | - |
| YUV | 93.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 47 | 0 | 0.39 | 0.65 | 0.47 | 24.14 | 0.48 | 0.35 |
| Hex | 86 | 52 | 2F | 0 | 27 | 41 | 2F | 18 | 30 | 23 |
| Octal | 206 | 122 | 57 | 0 | 47 | 101 | 57 | 30 | 60 | 43 |
| Binary | 10000110 | 1010010 | 101111 | 0 | 100111 | 1000001 | 101111 | 11000 | 110000 | 100011 |
Color Harmonies of #86522F
Complementary color
Monochromatic Colors of #86522F
Black with #86522F
Text Example
Text Example
White with #86522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86522F; }
p { color: rgb(134,82,47); }
H1.HeaderClassName
{
color: #86522F;
}
.AnyTagClassName
{
color: #86522F;
}
</style>
background-color css
<style>
a { background-color: #86522F; }
a { background-color: rgb(134,82,47); }
div.DivClassName
{
background-color: #86522F;
}
.BgClassName
{
background-color: #86522F;
}
</style>
border-color css
<style>
span { border-color: #86522F; }
span { border-color: rgb(134,82,47); }
td.TdClassName
{
border-color: #86522F;
}
.TagClassName
{
border-color: #86522F;
}
</style>