Shades of Korma #864B2C
Tints of Korma #864B2C
RGB
CMYK
RGB Variations
Color information
#864B2C (or 0x864B2C) is known color: Korma. HEX triplet: 86, 4B and 2C. RGB value is (134,75,44). Sum of RGB (Red+Green+Blue) = 134+75+44=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #864B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B2C is #79B4D3. Grayscale: #595959. Windows color (decimal): -7976148 or 2902918. OLE color: 2902918.
HSL color Cylindrical-coordinate representation of color #864B2C: hue angle of 20.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #864B2C is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 75 | 44 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.47 |
| HSL | 20.67º | 0.51% | 0.35% | - |
| HSV(B) | 20.67º | 0.67% | 0.53% | - |
| XYZ | 12.8 | 10.28 | 3.69 | - |
| YUV | 89.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 75 | 44 | 0 | 0.44 | 0.67 | 0.47 | 20.67 | 0.51 | 0.35 |
| Hex | 86 | 4B | 2C | 0 | 2C | 43 | 2F | 15 | 33 | 23 |
| Octal | 206 | 113 | 54 | 0 | 54 | 103 | 57 | 25 | 63 | 43 |
| Binary | 10000110 | 1001011 | 101100 | 0 | 101100 | 1000011 | 101111 | 10101 | 110011 | 100011 |
Color Harmonies of #864B2C
Complementary color
Monochromatic Colors of #864B2C
Black with #864B2C
Text Example
Text Example
White with #864B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864B2C; }
p { color: rgb(134,75,44); }
H1.HeaderClassName
{
color: #864B2C;
}
.AnyTagClassName
{
color: #864B2C;
}
</style>
background-color css
<style>
a { background-color: #864B2C; }
a { background-color: rgb(134,75,44); }
div.DivClassName
{
background-color: #864B2C;
}
.BgClassName
{
background-color: #864B2C;
}
</style>
border-color css
<style>
span { border-color: #864B2C; }
span { border-color: rgb(134,75,44); }
td.TdClassName
{
border-color: #864B2C;
}
.TagClassName
{
border-color: #864B2C;
}
</style>