Shades of Korma #854E28
Tints of Korma #854E28
RGB
CMYK
RGB Variations
Color information
#854E28 (or 0x854E28) is known color: Korma. HEX triplet: 85, 4E and 28. RGB value is (133,78,40). Sum of RGB (Red+Green+Blue) = 133+78+40=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #854E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E28 is #7AB1D7. Grayscale: #5A5A5A. Windows color (decimal): -8040920 or 2641541. OLE color: 2641541.
HSL color Cylindrical-coordinate representation of color #854E28: hue angle of 24.52º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #854E28 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 78 | 40 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.48 |
| HSL | 24.52º | 0.54% | 0.34% | - |
| HSV(B) | 24.52º | 0.7% | 0.52% | - |
| XYZ | 12.78 | 10.59 | 3.38 | - |
| YUV | 90.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 40 | 0 | 0.41 | 0.70 | 0.48 | 24.52 | 0.54 | 0.34 |
| Hex | 85 | 4E | 28 | 0 | 29 | 46 | 30 | 19 | 36 | 22 |
| Octal | 205 | 116 | 50 | 0 | 51 | 106 | 60 | 31 | 66 | 42 |
| Binary | 10000101 | 1001110 | 101000 | 0 | 101001 | 1000110 | 110000 | 11001 | 110110 | 100010 |
Color Harmonies of #854E28
Complementary color
Monochromatic Colors of #854E28
Black with #854E28
Text Example
Text Example
White with #854E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854E28; }
p { color: rgb(133,78,40); }
H1.HeaderClassName
{
color: #854E28;
}
.AnyTagClassName
{
color: #854E28;
}
</style>
background-color css
<style>
a { background-color: #854E28; }
a { background-color: rgb(133,78,40); }
div.DivClassName
{
background-color: #854E28;
}
.BgClassName
{
background-color: #854E28;
}
</style>
border-color css
<style>
span { border-color: #854E28; }
span { border-color: rgb(133,78,40); }
td.TdClassName
{
border-color: #854E28;
}
.TagClassName
{
border-color: #854E28;
}
</style>