Shades of Korma #80552D
Tints of Korma #80552D
RGB
CMYK
RGB Variations
Color information
#80552D (or 0x80552D) is known color: Korma. HEX triplet: 80, 55 and 2D. RGB value is (128,85,45). Sum of RGB (Red+Green+Blue) = 128+85+45=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80552D is #7FAAD2. Grayscale: #5D5D5D. Windows color (decimal): -8366803 or 2971008. OLE color: 2971008.
HSL color Cylindrical-coordinate representation of color #80552D: hue angle of 28.92º 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 #80552D is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 45 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.50 |
| HSL | 28.92º | 0.48% | 0.34% | - |
| HSV(B) | 28.92º | 0.65% | 0.5% | - |
| XYZ | 12.62 | 11.28 | 3.99 | - |
| YUV | 93.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 45 | 0 | 0.34 | 0.65 | 0.50 | 28.92 | 0.48 | 0.34 |
| Hex | 80 | 55 | 2D | 0 | 22 | 41 | 32 | 1D | 30 | 22 |
| Octal | 200 | 125 | 55 | 0 | 42 | 101 | 62 | 35 | 60 | 42 |
| Binary | 10000000 | 1010101 | 101101 | 0 | 100010 | 1000001 | 110010 | 11101 | 110000 | 100010 |
Color Harmonies of #80552D
Complementary color
Monochromatic Colors of #80552D
Black with #80552D
Text Example
Text Example
White with #80552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80552D; }
p { color: rgb(128,85,45); }
H1.HeaderClassName
{
color: #80552D;
}
.AnyTagClassName
{
color: #80552D;
}
</style>
background-color css
<style>
a { background-color: #80552D; }
a { background-color: rgb(128,85,45); }
div.DivClassName
{
background-color: #80552D;
}
.BgClassName
{
background-color: #80552D;
}
</style>
border-color css
<style>
span { border-color: #80552D; }
span { border-color: rgb(128,85,45); }
td.TdClassName
{
border-color: #80552D;
}
.TagClassName
{
border-color: #80552D;
}
</style>