Shades of Korma #864A25
Tints of Korma #864A25
RGB
CMYK
RGB Variations
Color information
#864A25 (or 0x864A25) is known color: Korma. HEX triplet: 86, 4A and 25. RGB value is (134,74,37). Sum of RGB (Red+Green+Blue) = 134+74+37=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #864A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A25 is #79B5DA. Grayscale: #575757. Windows color (decimal): -7976411 or 2443910. OLE color: 2443910.
HSL color Cylindrical-coordinate representation of color #864A25: hue angle of 22.89º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #864A25 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 74 | 37 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.47 |
| HSL | 22.89º | 0.57% | 0.34% | - |
| HSV(B) | 22.89º | 0.72% | 0.53% | - |
| XYZ | 12.61 | 10.1 | 3.03 | - |
| YUV | 87.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 37 | 0 | 0.45 | 0.72 | 0.47 | 22.89 | 0.57 | 0.34 |
| Hex | 86 | 4A | 25 | 0 | 2D | 48 | 2F | 17 | 39 | 22 |
| Octal | 206 | 112 | 45 | 0 | 55 | 110 | 57 | 27 | 71 | 42 |
| Binary | 10000110 | 1001010 | 100101 | 0 | 101101 | 1001000 | 101111 | 10111 | 111001 | 100010 |
Color Harmonies of #864A25
Complementary color
Monochromatic Colors of #864A25
Black with #864A25
Text Example
Text Example
White with #864A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A25; }
p { color: rgb(134,74,37); }
H1.HeaderClassName
{
color: #864A25;
}
.AnyTagClassName
{
color: #864A25;
}
</style>
background-color css
<style>
a { background-color: #864A25; }
a { background-color: rgb(134,74,37); }
div.DivClassName
{
background-color: #864A25;
}
.BgClassName
{
background-color: #864A25;
}
</style>
border-color css
<style>
span { border-color: #864A25; }
span { border-color: rgb(134,74,37); }
td.TdClassName
{
border-color: #864A25;
}
.TagClassName
{
border-color: #864A25;
}
</style>