Shades of Korma #854E2D
Tints of Korma #854E2D
RGB
CMYK
RGB Variations
Color information
#854E2D (or 0x854E2D) is known color: Korma. HEX triplet: 85, 4E and 2D. RGB value is (133,78,45). Sum of RGB (Red+Green+Blue) = 133+78+45=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #854E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E2D is #7AB1D2. Grayscale: #5A5A5A. Windows color (decimal): -8040915 or 2969221. OLE color: 2969221.
HSL color Cylindrical-coordinate representation of color #854E2D: hue angle of 22.5º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #854E2D is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 78 | 45 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.48 |
| HSL | 22.5º | 0.49% | 0.35% | - |
| HSV(B) | 22.5º | 0.66% | 0.52% | - |
| XYZ | 12.87 | 10.62 | 3.86 | - |
| YUV | 90.68 | 102.22 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 45 | 0 | 0.41 | 0.66 | 0.48 | 22.5 | 0.49 | 0.35 |
| Hex | 85 | 4E | 2D | 0 | 29 | 42 | 30 | 16 | 31 | 23 |
| Octal | 205 | 116 | 55 | 0 | 51 | 102 | 60 | 26 | 61 | 43 |
| Binary | 10000101 | 1001110 | 101101 | 0 | 101001 | 1000010 | 110000 | 10110 | 110001 | 100011 |
Color Harmonies of #854E2D
Complementary color
Monochromatic Colors of #854E2D
Black with #854E2D
Text Example
Text Example
White with #854E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854E2D; }
p { color: rgb(133,78,45); }
H1.HeaderClassName
{
color: #854E2D;
}
.AnyTagClassName
{
color: #854E2D;
}
</style>
background-color css
<style>
a { background-color: #854E2D; }
a { background-color: rgb(133,78,45); }
div.DivClassName
{
background-color: #854E2D;
}
.BgClassName
{
background-color: #854E2D;
}
</style>
border-color css
<style>
span { border-color: #854E2D; }
span { border-color: rgb(133,78,45); }
td.TdClassName
{
border-color: #854E2D;
}
.TagClassName
{
border-color: #854E2D;
}
</style>