Shades of Korma #81532C
Tints of Korma #81532C
RGB
CMYK
RGB Variations
Color information
#81532C (or 0x81532C) is known color: Korma. HEX triplet: 81, 53 and 2C. RGB value is (129,83,44). Sum of RGB (Red+Green+Blue) = 129+83+44=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81532C is #7EACD3. Grayscale: #5C5C5C. Windows color (decimal): -8301780 or 2904961. OLE color: 2904961.
HSL color Cylindrical-coordinate representation of color #81532C: hue angle of 27.53º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81532C is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 83 | 44 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.49 |
| HSL | 27.53º | 0.49% | 0.34% | - |
| HSV(B) | 27.53º | 0.66% | 0.51% | - |
| XYZ | 12.6 | 11.04 | 3.85 | - |
| YUV | 92.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 83 | 44 | 0 | 0.36 | 0.66 | 0.49 | 27.53 | 0.49 | 0.34 |
| Hex | 81 | 53 | 2C | 0 | 24 | 42 | 31 | 1C | 31 | 22 |
| Octal | 201 | 123 | 54 | 0 | 44 | 102 | 61 | 34 | 61 | 42 |
| Binary | 10000001 | 1010011 | 101100 | 0 | 100100 | 1000010 | 110001 | 11100 | 110001 | 100010 |
Color Harmonies of #81532C
Complementary color
Monochromatic Colors of #81532C
Black with #81532C
Text Example
Text Example
White with #81532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81532C; }
p { color: rgb(129,83,44); }
H1.HeaderClassName
{
color: #81532C;
}
.AnyTagClassName
{
color: #81532C;
}
</style>
background-color css
<style>
a { background-color: #81532C; }
a { background-color: rgb(129,83,44); }
div.DivClassName
{
background-color: #81532C;
}
.BgClassName
{
background-color: #81532C;
}
</style>
border-color css
<style>
span { border-color: #81532C; }
span { border-color: rgb(129,83,44); }
td.TdClassName
{
border-color: #81532C;
}
.TagClassName
{
border-color: #81532C;
}
</style>