Shades of Korma #854F2C
Tints of Korma #854F2C
RGB
CMYK
RGB Variations
Color information
#854F2C (or 0x854F2C) is known color: Korma. HEX triplet: 85, 4F and 2C. RGB value is (133,79,44). Sum of RGB (Red+Green+Blue) = 133+79+44=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #854F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F2C is #7AB0D3. Grayscale: #5B5B5B. Windows color (decimal): -8040660 or 2903941. OLE color: 2903941.
HSL color Cylindrical-coordinate representation of color #854F2C: hue angle of 23.6º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #854F2C is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 79 | 44 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.48 |
| HSL | 23.6º | 0.5% | 0.35% | - |
| HSV(B) | 23.6º | 0.67% | 0.52% | - |
| XYZ | 12.92 | 10.76 | 3.78 | - |
| YUV | 91.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 44 | 0 | 0.41 | 0.67 | 0.48 | 23.6 | 0.5 | 0.35 |
| Hex | 85 | 4F | 2C | 0 | 29 | 43 | 30 | 18 | 32 | 23 |
| Octal | 205 | 117 | 54 | 0 | 51 | 103 | 60 | 30 | 62 | 43 |
| Binary | 10000101 | 1001111 | 101100 | 0 | 101001 | 1000011 | 110000 | 11000 | 110010 | 100011 |
Color Harmonies of #854F2C
Complementary color
Monochromatic Colors of #854F2C
Black with #854F2C
Text Example
Text Example
White with #854F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854F2C; }
p { color: rgb(133,79,44); }
H1.HeaderClassName
{
color: #854F2C;
}
.AnyTagClassName
{
color: #854F2C;
}
</style>
background-color css
<style>
a { background-color: #854F2C; }
a { background-color: rgb(133,79,44); }
div.DivClassName
{
background-color: #854F2C;
}
.BgClassName
{
background-color: #854F2C;
}
</style>
border-color css
<style>
span { border-color: #854F2C; }
span { border-color: rgb(133,79,44); }
td.TdClassName
{
border-color: #854F2C;
}
.TagClassName
{
border-color: #854F2C;
}
</style>