Shades of Korma #80502F
Tints of Korma #80502F
RGB
CMYK
RGB Variations
Color information
#80502F (or 0x80502F) is known color: Korma. HEX triplet: 80, 50 and 2F. RGB value is (128,80,47). Sum of RGB (Red+Green+Blue) = 128+80+47=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80502F is #7FAFD0. Grayscale: #5A5A5A. Windows color (decimal): -8368081 or 3100800. OLE color: 3100800.
HSL color Cylindrical-coordinate representation of color #80502F: hue angle of 24.44º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80502F is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 47 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.50 |
| HSL | 24.44º | 0.46% | 0.34% | - |
| HSV(B) | 24.44º | 0.63% | 0.5% | - |
| XYZ | 12.28 | 10.53 | 4.07 | - |
| YUV | 90.59 | 103.4 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 47 | 0 | 0.38 | 0.63 | 0.50 | 24.44 | 0.46 | 0.34 |
| Hex | 80 | 50 | 2F | 0 | 26 | 3F | 32 | 18 | 2E | 22 |
| Octal | 200 | 120 | 57 | 0 | 46 | 77 | 62 | 30 | 56 | 42 |
| Binary | 10000000 | 1010000 | 101111 | 0 | 100110 | 111111 | 110010 | 11000 | 101110 | 100010 |
Color Harmonies of #80502F
Complementary color
Monochromatic Colors of #80502F
Black with #80502F
Text Example
Text Example
White with #80502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80502F; }
p { color: rgb(128,80,47); }
H1.HeaderClassName
{
color: #80502F;
}
.AnyTagClassName
{
color: #80502F;
}
</style>
background-color css
<style>
a { background-color: #80502F; }
a { background-color: rgb(128,80,47); }
div.DivClassName
{
background-color: #80502F;
}
.BgClassName
{
background-color: #80502F;
}
</style>
border-color css
<style>
span { border-color: #80502F; }
span { border-color: rgb(128,80,47); }
td.TdClassName
{
border-color: #80502F;
}
.TagClassName
{
border-color: #80502F;
}
</style>