Shades of Korma #854D2C
Tints of Korma #854D2C
RGB
CMYK
RGB Variations
Color information
#854D2C (or 0x854D2C) is known color: Korma. HEX triplet: 85, 4D and 2C. RGB value is (133,77,44). Sum of RGB (Red+Green+Blue) = 133+77+44=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #854D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D2C is #7AB2D3. Grayscale: #5A5A5A. Windows color (decimal): -8041172 or 2903429. OLE color: 2903429.
HSL color Cylindrical-coordinate representation of color #854D2C: hue angle of 22.25º 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 #854D2C is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 44 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.48 |
| HSL | 22.25º | 0.5% | 0.35% | - |
| HSV(B) | 22.25º | 0.67% | 0.52% | - |
| XYZ | 12.78 | 10.48 | 3.73 | - |
| YUV | 89.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 44 | 0 | 0.42 | 0.67 | 0.48 | 22.25 | 0.5 | 0.35 |
| Hex | 85 | 4D | 2C | 0 | 2A | 43 | 30 | 16 | 32 | 23 |
| Octal | 205 | 115 | 54 | 0 | 52 | 103 | 60 | 26 | 62 | 43 |
| Binary | 10000101 | 1001101 | 101100 | 0 | 101010 | 1000011 | 110000 | 10110 | 110010 | 100011 |
Color Harmonies of #854D2C
Complementary color
Monochromatic Colors of #854D2C
Black with #854D2C
Text Example
Text Example
White with #854D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D2C; }
p { color: rgb(133,77,44); }
H1.HeaderClassName
{
color: #854D2C;
}
.AnyTagClassName
{
color: #854D2C;
}
</style>
background-color css
<style>
a { background-color: #854D2C; }
a { background-color: rgb(133,77,44); }
div.DivClassName
{
background-color: #854D2C;
}
.BgClassName
{
background-color: #854D2C;
}
</style>
border-color css
<style>
span { border-color: #854D2C; }
span { border-color: rgb(133,77,44); }
td.TdClassName
{
border-color: #854D2C;
}
.TagClassName
{
border-color: #854D2C;
}
</style>