Shades of Korma #81522E
Tints of Korma #81522E
RGB
CMYK
RGB Variations
Color information
#81522E (or 0x81522E) is known color: Korma. HEX triplet: 81, 52 and 2E. RGB value is (129,82,46). Sum of RGB (Red+Green+Blue) = 129+82+46=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #81522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81522E is #7EADD1. Grayscale: #5C5C5C. Windows color (decimal): -8302034 or 3035777. OLE color: 3035777.
HSL color Cylindrical-coordinate representation of color #81522E: hue angle of 26.02º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81522E is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 82 | 46 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.49 |
| HSL | 26.02º | 0.47% | 0.34% | - |
| HSV(B) | 26.02º | 0.64% | 0.51% | - |
| XYZ | 12.56 | 10.9 | 4.03 | - |
| YUV | 91.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 46 | 0 | 0.36 | 0.64 | 0.49 | 26.02 | 0.47 | 0.34 |
| Hex | 81 | 52 | 2E | 0 | 24 | 40 | 31 | 1A | 2F | 22 |
| Octal | 201 | 122 | 56 | 0 | 44 | 100 | 61 | 32 | 57 | 42 |
| Binary | 10000001 | 1010010 | 101110 | 0 | 100100 | 1000000 | 110001 | 11010 | 101111 | 100010 |
Color Harmonies of #81522E
Complementary color
Monochromatic Colors of #81522E
Black with #81522E
Text Example
Text Example
White with #81522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81522E; }
p { color: rgb(129,82,46); }
H1.HeaderClassName
{
color: #81522E;
}
.AnyTagClassName
{
color: #81522E;
}
</style>
background-color css
<style>
a { background-color: #81522E; }
a { background-color: rgb(129,82,46); }
div.DivClassName
{
background-color: #81522E;
}
.BgClassName
{
background-color: #81522E;
}
</style>
border-color css
<style>
span { border-color: #81522E; }
span { border-color: rgb(129,82,46); }
td.TdClassName
{
border-color: #81522E;
}
.TagClassName
{
border-color: #81522E;
}
</style>