Shades of Korma #80522F
Tints of Korma #80522F
RGB
CMYK
RGB Variations
Color information
#80522F (or 0x80522F) is known color: Korma. HEX triplet: 80, 52 and 2F. RGB value is (128,82,47). Sum of RGB (Red+Green+Blue) = 128+82+47=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80522F is #7FADD0. Grayscale: #5B5B5B. Windows color (decimal): -8367569 or 3101312. OLE color: 3101312.
HSL color Cylindrical-coordinate representation of color #80522F: hue angle of 25.93º 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 #80522F is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 82 | 47 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.50 |
| HSL | 25.93º | 0.46% | 0.34% | - |
| HSV(B) | 25.93º | 0.63% | 0.5% | - |
| XYZ | 12.43 | 10.83 | 4.12 | - |
| YUV | 91.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 47 | 0 | 0.36 | 0.63 | 0.50 | 25.93 | 0.46 | 0.34 |
| Hex | 80 | 52 | 2F | 0 | 24 | 3F | 32 | 1A | 2E | 22 |
| Octal | 200 | 122 | 57 | 0 | 44 | 77 | 62 | 32 | 56 | 42 |
| Binary | 10000000 | 1010010 | 101111 | 0 | 100100 | 111111 | 110010 | 11010 | 101110 | 100010 |
Color Harmonies of #80522F
Complementary color
Monochromatic Colors of #80522F
Black with #80522F
Text Example
Text Example
White with #80522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80522F; }
p { color: rgb(128,82,47); }
H1.HeaderClassName
{
color: #80522F;
}
.AnyTagClassName
{
color: #80522F;
}
</style>
background-color css
<style>
a { background-color: #80522F; }
a { background-color: rgb(128,82,47); }
div.DivClassName
{
background-color: #80522F;
}
.BgClassName
{
background-color: #80522F;
}
</style>
border-color css
<style>
span { border-color: #80522F; }
span { border-color: rgb(128,82,47); }
td.TdClassName
{
border-color: #80522F;
}
.TagClassName
{
border-color: #80522F;
}
</style>