Shades of Korma #865529
Tints of Korma #865529
RGB
CMYK
RGB Variations
Color information
#865529 (or 0x865529) is known color: Korma. HEX triplet: 86, 55 and 29. RGB value is (134,85,41). Sum of RGB (Red+Green+Blue) = 134+85+41=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #865529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865529 is #79AAD6. Grayscale: #5E5E5E. Windows color (decimal): -7973591 or 2708870. OLE color: 2708870.
HSL color Cylindrical-coordinate representation of color #865529: hue angle of 28.39º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #865529 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 41 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.47 |
| HSL | 28.39º | 0.53% | 0.34% | - |
| HSV(B) | 28.39º | 0.69% | 0.53% | - |
| XYZ | 13.48 | 11.73 | 3.65 | - |
| YUV | 94.64 | 97.73 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 41 | 0 | 0.37 | 0.69 | 0.47 | 28.39 | 0.53 | 0.34 |
| Hex | 86 | 55 | 29 | 0 | 25 | 45 | 2F | 1C | 35 | 22 |
| Octal | 206 | 125 | 51 | 0 | 45 | 105 | 57 | 34 | 65 | 42 |
| Binary | 10000110 | 1010101 | 101001 | 0 | 100101 | 1000101 | 101111 | 11100 | 110101 | 100010 |
Color Harmonies of #865529
Complementary color
Monochromatic Colors of #865529
Black with #865529
Text Example
Text Example
White with #865529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865529; }
p { color: rgb(134,85,41); }
H1.HeaderClassName
{
color: #865529;
}
.AnyTagClassName
{
color: #865529;
}
</style>
background-color css
<style>
a { background-color: #865529; }
a { background-color: rgb(134,85,41); }
div.DivClassName
{
background-color: #865529;
}
.BgClassName
{
background-color: #865529;
}
</style>
border-color css
<style>
span { border-color: #865529; }
span { border-color: rgb(134,85,41); }
td.TdClassName
{
border-color: #865529;
}
.TagClassName
{
border-color: #865529;
}
</style>