Shades of Korma #86532D
Tints of Korma #86532D
RGB
CMYK
RGB Variations
Color information
#86532D (or 0x86532D) is known color: Korma. HEX triplet: 86, 53 and 2D. RGB value is (134,83,45). Sum of RGB (Red+Green+Blue) = 134+83+45=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86532D is #79ACD2. Grayscale: #5E5E5E. Windows color (decimal): -7974099 or 2970502. OLE color: 2970502.
HSL color Cylindrical-coordinate representation of color #86532D: hue angle of 25.62º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86532D is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 45 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.47 |
| HSL | 25.62º | 0.5% | 0.35% | - |
| HSV(B) | 25.62º | 0.66% | 0.53% | - |
| XYZ | 13.4 | 11.44 | 3.99 | - |
| YUV | 93.92 | 100.4 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 45 | 0 | 0.38 | 0.66 | 0.47 | 25.62 | 0.5 | 0.35 |
| Hex | 86 | 53 | 2D | 0 | 26 | 42 | 2F | 1A | 32 | 23 |
| Octal | 206 | 123 | 55 | 0 | 46 | 102 | 57 | 32 | 62 | 43 |
| Binary | 10000110 | 1010011 | 101101 | 0 | 100110 | 1000010 | 101111 | 11010 | 110010 | 100011 |
Color Harmonies of #86532D
Complementary color
Monochromatic Colors of #86532D
Black with #86532D
Text Example
Text Example
White with #86532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86532D; }
p { color: rgb(134,83,45); }
H1.HeaderClassName
{
color: #86532D;
}
.AnyTagClassName
{
color: #86532D;
}
</style>
background-color css
<style>
a { background-color: #86532D; }
a { background-color: rgb(134,83,45); }
div.DivClassName
{
background-color: #86532D;
}
.BgClassName
{
background-color: #86532D;
}
</style>
border-color css
<style>
span { border-color: #86532D; }
span { border-color: rgb(134,83,45); }
td.TdClassName
{
border-color: #86532D;
}
.TagClassName
{
border-color: #86532D;
}
</style>