Shades of Korma #865434
Tints of Korma #865434
RGB
CMYK
RGB Variations
Color information
#865434 (or 0x865434) is known color: Korma. HEX triplet: 86, 54 and 34. RGB value is (134,84,52). Sum of RGB (Red+Green+Blue) = 134+84+52=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #865434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865434 is #79ABCB. Grayscale: #5F5F5F. Windows color (decimal): -7973836 or 3429510. OLE color: 3429510.
HSL color Cylindrical-coordinate representation of color #865434: hue angle of 23.41º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #865434 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 84 | 52 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.47 |
| HSL | 23.41º | 0.44% | 0.36% | - |
| HSV(B) | 23.41º | 0.61% | 0.53% | - |
| XYZ | 13.62 | 11.66 | 4.78 | - |
| YUV | 95.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 84 | 52 | 0 | 0.37 | 0.61 | 0.47 | 23.41 | 0.44 | 0.36 |
| Hex | 86 | 54 | 34 | 0 | 25 | 3D | 2F | 17 | 2C | 24 |
| Octal | 206 | 124 | 64 | 0 | 45 | 75 | 57 | 27 | 54 | 44 |
| Binary | 10000110 | 1010100 | 110100 | 0 | 100101 | 111101 | 101111 | 10111 | 101100 | 100100 |
Color Harmonies of #865434
Complementary color
Monochromatic Colors of #865434
Black with #865434
Text Example
Text Example
White with #865434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865434; }
p { color: rgb(134,84,52); }
H1.HeaderClassName
{
color: #865434;
}
.AnyTagClassName
{
color: #865434;
}
</style>
background-color css
<style>
a { background-color: #865434; }
a { background-color: rgb(134,84,52); }
div.DivClassName
{
background-color: #865434;
}
.BgClassName
{
background-color: #865434;
}
</style>
border-color css
<style>
span { border-color: #865434; }
span { border-color: rgb(134,84,52); }
td.TdClassName
{
border-color: #865434;
}
.TagClassName
{
border-color: #865434;
}
</style>