Shades of Korma #80502D
Tints of Korma #80502D
RGB
CMYK
RGB Variations
Color information
#80502D (or 0x80502D) is known color: Korma. HEX triplet: 80, 50 and 2D. RGB value is (128,80,45). Sum of RGB (Red+Green+Blue) = 128+80+45=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #80502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80502D is #7FAFD2. Grayscale: #5A5A5A. Windows color (decimal): -8368083 or 2969728. OLE color: 2969728.
HSL color Cylindrical-coordinate representation of color #80502D: hue angle of 25.3º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80502D is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 45 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.50 |
| HSL | 25.3º | 0.48% | 0.34% | - |
| HSV(B) | 25.3º | 0.65% | 0.5% | - |
| XYZ | 12.24 | 10.52 | 3.87 | - |
| YUV | 90.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 45 | 0 | 0.38 | 0.65 | 0.50 | 25.3 | 0.48 | 0.34 |
| Hex | 80 | 50 | 2D | 0 | 26 | 41 | 32 | 19 | 30 | 22 |
| Octal | 200 | 120 | 55 | 0 | 46 | 101 | 62 | 31 | 60 | 42 |
| Binary | 10000000 | 1010000 | 101101 | 0 | 100110 | 1000001 | 110010 | 11001 | 110000 | 100010 |
Color Harmonies of #80502D
Complementary color
Monochromatic Colors of #80502D
Black with #80502D
Text Example
Text Example
White with #80502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80502D; }
p { color: rgb(128,80,45); }
H1.HeaderClassName
{
color: #80502D;
}
.AnyTagClassName
{
color: #80502D;
}
</style>
background-color css
<style>
a { background-color: #80502D; }
a { background-color: rgb(128,80,45); }
div.DivClassName
{
background-color: #80502D;
}
.BgClassName
{
background-color: #80502D;
}
</style>
border-color css
<style>
span { border-color: #80502D; }
span { border-color: rgb(128,80,45); }
td.TdClassName
{
border-color: #80502D;
}
.TagClassName
{
border-color: #80502D;
}
</style>