Shades of Korma #854F2D
Tints of Korma #854F2D
RGB
CMYK
RGB Variations
Color information
#854F2D (or 0x854F2D) is known color: Korma. HEX triplet: 85, 4F and 2D. RGB value is (133,79,45). Sum of RGB (Red+Green+Blue) = 133+79+45=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #854F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F2D is #7AB0D2. Grayscale: #5B5B5B. Windows color (decimal): -8040659 or 2969477. OLE color: 2969477.
HSL color Cylindrical-coordinate representation of color #854F2D: hue angle of 23.18º 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 #854F2D is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 79 | 45 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.48 |
| HSL | 23.18º | 0.49% | 0.35% | - |
| HSV(B) | 23.18º | 0.66% | 0.52% | - |
| XYZ | 12.94 | 10.77 | 3.88 | - |
| YUV | 91.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 45 | 0 | 0.41 | 0.66 | 0.48 | 23.18 | 0.49 | 0.35 |
| Hex | 85 | 4F | 2D | 0 | 29 | 42 | 30 | 17 | 31 | 23 |
| Octal | 205 | 117 | 55 | 0 | 51 | 102 | 60 | 27 | 61 | 43 |
| Binary | 10000101 | 1001111 | 101101 | 0 | 101001 | 1000010 | 110000 | 10111 | 110001 | 100011 |
Color Harmonies of #854F2D
Complementary color
Monochromatic Colors of #854F2D
Black with #854F2D
Text Example
Text Example
White with #854F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854F2D; }
p { color: rgb(133,79,45); }
H1.HeaderClassName
{
color: #854F2D;
}
.AnyTagClassName
{
color: #854F2D;
}
</style>
background-color css
<style>
a { background-color: #854F2D; }
a { background-color: rgb(133,79,45); }
div.DivClassName
{
background-color: #854F2D;
}
.BgClassName
{
background-color: #854F2D;
}
</style>
border-color css
<style>
span { border-color: #854F2D; }
span { border-color: rgb(133,79,45); }
td.TdClassName
{
border-color: #854F2D;
}
.TagClassName
{
border-color: #854F2D;
}
</style>