Shades of Korma #81542D
Tints of Korma #81542D
RGB
CMYK
RGB Variations
Color information
#81542D (or 0x81542D) is known color: Korma. HEX triplet: 81, 54 and 2D. RGB value is (129,84,45). Sum of RGB (Red+Green+Blue) = 129+84+45=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #81542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81542D is #7EABD2. Grayscale: #5D5D5D. Windows color (decimal): -8301523 or 2970753. OLE color: 2970753.
HSL color Cylindrical-coordinate representation of color #81542D: hue angle of 27.86º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81542D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 84 | 45 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.49 |
| HSL | 27.86º | 0.48% | 0.34% | - |
| HSV(B) | 27.86º | 0.65% | 0.51% | - |
| XYZ | 12.7 | 11.2 | 3.97 | - |
| YUV | 93.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 84 | 45 | 0 | 0.35 | 0.65 | 0.49 | 27.86 | 0.48 | 0.34 |
| Hex | 81 | 54 | 2D | 0 | 23 | 41 | 31 | 1C | 30 | 22 |
| Octal | 201 | 124 | 55 | 0 | 43 | 101 | 61 | 34 | 60 | 42 |
| Binary | 10000001 | 1010100 | 101101 | 0 | 100011 | 1000001 | 110001 | 11100 | 110000 | 100010 |
Color Harmonies of #81542D
Complementary color
Monochromatic Colors of #81542D
Black with #81542D
Text Example
Text Example
White with #81542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81542D; }
p { color: rgb(129,84,45); }
H1.HeaderClassName
{
color: #81542D;
}
.AnyTagClassName
{
color: #81542D;
}
</style>
background-color css
<style>
a { background-color: #81542D; }
a { background-color: rgb(129,84,45); }
div.DivClassName
{
background-color: #81542D;
}
.BgClassName
{
background-color: #81542D;
}
</style>
border-color css
<style>
span { border-color: #81542D; }
span { border-color: rgb(129,84,45); }
td.TdClassName
{
border-color: #81542D;
}
.TagClassName
{
border-color: #81542D;
}
</style>