Shades of Korma #81502C
Tints of Korma #81502C
RGB
CMYK
RGB Variations
Color information
#81502C (or 0x81502C) is known color: Korma. HEX triplet: 81, 50 and 2C. RGB value is (129,80,44). Sum of RGB (Red+Green+Blue) = 129+80+44=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #81502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81502C is #7EAFD3. Grayscale: #5A5A5A. Windows color (decimal): -8302548 or 2904193. OLE color: 2904193.
HSL color Cylindrical-coordinate representation of color #81502C: hue angle of 25.41º 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 #81502C is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 80 | 44 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.49 |
| HSL | 25.41º | 0.49% | 0.34% | - |
| HSV(B) | 25.41º | 0.66% | 0.51% | - |
| XYZ | 12.38 | 10.59 | 3.77 | - |
| YUV | 90.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 44 | 0 | 0.38 | 0.66 | 0.49 | 25.41 | 0.49 | 0.34 |
| Hex | 81 | 50 | 2C | 0 | 26 | 42 | 31 | 19 | 31 | 22 |
| Octal | 201 | 120 | 54 | 0 | 46 | 102 | 61 | 31 | 61 | 42 |
| Binary | 10000001 | 1010000 | 101100 | 0 | 100110 | 1000010 | 110001 | 11001 | 110001 | 100010 |
Color Harmonies of #81502C
Complementary color
Monochromatic Colors of #81502C
Black with #81502C
Text Example
Text Example
White with #81502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81502C; }
p { color: rgb(129,80,44); }
H1.HeaderClassName
{
color: #81502C;
}
.AnyTagClassName
{
color: #81502C;
}
</style>
background-color css
<style>
a { background-color: #81502C; }
a { background-color: rgb(129,80,44); }
div.DivClassName
{
background-color: #81502C;
}
.BgClassName
{
background-color: #81502C;
}
</style>
border-color css
<style>
span { border-color: #81502C; }
span { border-color: rgb(129,80,44); }
td.TdClassName
{
border-color: #81502C;
}
.TagClassName
{
border-color: #81502C;
}
</style>