Shades of Korma #865332
Tints of Korma #865332
RGB
CMYK
RGB Variations
Color information
#865332 (or 0x865332) is known color: Korma. HEX triplet: 86, 53 and 32. RGB value is (134,83,50). Sum of RGB (Red+Green+Blue) = 134+83+50=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #865332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865332 is #79ACCD. Grayscale: #5E5E5E. Windows color (decimal): -7974094 or 3298182. OLE color: 3298182.
HSL color Cylindrical-coordinate representation of color #865332: hue angle of 23.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865332 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 50 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.47 |
| HSL | 23.57º | 0.46% | 0.36% | - |
| HSV(B) | 23.57º | 0.63% | 0.53% | - |
| XYZ | 13.5 | 11.49 | 4.52 | - |
| YUV | 94.49 | 102.9 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 50 | 0 | 0.38 | 0.63 | 0.47 | 23.57 | 0.46 | 0.36 |
| Hex | 86 | 53 | 32 | 0 | 26 | 3F | 2F | 18 | 2E | 24 |
| Octal | 206 | 123 | 62 | 0 | 46 | 77 | 57 | 30 | 56 | 44 |
| Binary | 10000110 | 1010011 | 110010 | 0 | 100110 | 111111 | 101111 | 11000 | 101110 | 100100 |
Color Harmonies of #865332
Complementary color
Monochromatic Colors of #865332
Black with #865332
Text Example
Text Example
White with #865332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865332; }
p { color: rgb(134,83,50); }
H1.HeaderClassName
{
color: #865332;
}
.AnyTagClassName
{
color: #865332;
}
</style>
background-color css
<style>
a { background-color: #865332; }
a { background-color: rgb(134,83,50); }
div.DivClassName
{
background-color: #865332;
}
.BgClassName
{
background-color: #865332;
}
</style>
border-color css
<style>
span { border-color: #865332; }
span { border-color: rgb(134,83,50); }
td.TdClassName
{
border-color: #865332;
}
.TagClassName
{
border-color: #865332;
}
</style>