Shades of Korma #854D2E
Tints of Korma #854D2E
RGB
CMYK
RGB Variations
Color information
#854D2E (or 0x854D2E) is known color: Korma. HEX triplet: 85, 4D and 2E. RGB value is (133,77,46). Sum of RGB (Red+Green+Blue) = 133+77+46=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #854D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D2E is #7AB2D1. Grayscale: #5A5A5A. Windows color (decimal): -8041170 or 3034501. OLE color: 3034501.
HSL color Cylindrical-coordinate representation of color #854D2E: hue angle of 21.38º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854D2E is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 46 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.48 |
| HSL | 21.38º | 0.49% | 0.35% | - |
| HSV(B) | 21.38º | 0.65% | 0.52% | - |
| XYZ | 12.82 | 10.49 | 3.93 | - |
| YUV | 90.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 46 | 0 | 0.42 | 0.65 | 0.48 | 21.38 | 0.49 | 0.35 |
| Hex | 85 | 4D | 2E | 0 | 2A | 41 | 30 | 15 | 31 | 23 |
| Octal | 205 | 115 | 56 | 0 | 52 | 101 | 60 | 25 | 61 | 43 |
| Binary | 10000101 | 1001101 | 101110 | 0 | 101010 | 1000001 | 110000 | 10101 | 110001 | 100011 |
Color Harmonies of #854D2E
Complementary color
Monochromatic Colors of #854D2E
Black with #854D2E
Text Example
Text Example
White with #854D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D2E; }
p { color: rgb(133,77,46); }
H1.HeaderClassName
{
color: #854D2E;
}
.AnyTagClassName
{
color: #854D2E;
}
</style>
background-color css
<style>
a { background-color: #854D2E; }
a { background-color: rgb(133,77,46); }
div.DivClassName
{
background-color: #854D2E;
}
.BgClassName
{
background-color: #854D2E;
}
</style>
border-color css
<style>
span { border-color: #854D2E; }
span { border-color: rgb(133,77,46); }
td.TdClassName
{
border-color: #854D2E;
}
.TagClassName
{
border-color: #854D2E;
}
</style>