Shades of Korma #81522D
Tints of Korma #81522D
RGB
CMYK
RGB Variations
Color information
#81522D (or 0x81522D) is known color: Korma. HEX triplet: 81, 52 and 2D. RGB value is (129,82,45). Sum of RGB (Red+Green+Blue) = 129+82+45=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81522D is #7EADD2. Grayscale: #5C5C5C. Windows color (decimal): -8302035 or 2970241. OLE color: 2970241.
HSL color Cylindrical-coordinate representation of color #81522D: hue angle of 26.43º 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 #81522D is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 82 | 45 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.49 |
| HSL | 26.43º | 0.48% | 0.34% | - |
| HSV(B) | 26.43º | 0.65% | 0.51% | - |
| XYZ | 12.54 | 10.89 | 3.92 | - |
| YUV | 91.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 45 | 0 | 0.36 | 0.65 | 0.49 | 26.43 | 0.48 | 0.34 |
| Hex | 81 | 52 | 2D | 0 | 24 | 41 | 31 | 1A | 30 | 22 |
| Octal | 201 | 122 | 55 | 0 | 44 | 101 | 61 | 32 | 60 | 42 |
| Binary | 10000001 | 1010010 | 101101 | 0 | 100100 | 1000001 | 110001 | 11010 | 110000 | 100010 |
Color Harmonies of #81522D
Complementary color
Monochromatic Colors of #81522D
Black with #81522D
Text Example
Text Example
White with #81522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81522D; }
p { color: rgb(129,82,45); }
H1.HeaderClassName
{
color: #81522D;
}
.AnyTagClassName
{
color: #81522D;
}
</style>
background-color css
<style>
a { background-color: #81522D; }
a { background-color: rgb(129,82,45); }
div.DivClassName
{
background-color: #81522D;
}
.BgClassName
{
background-color: #81522D;
}
</style>
border-color css
<style>
span { border-color: #81522D; }
span { border-color: rgb(129,82,45); }
td.TdClassName
{
border-color: #81522D;
}
.TagClassName
{
border-color: #81522D;
}
</style>