Shades of Korma #804E2B
Tints of Korma #804E2B
RGB
CMYK
RGB Variations
Color information
#804E2B (or 0x804E2B) is known color: Korma. HEX triplet: 80, 4E and 2B. RGB value is (128,78,43). Sum of RGB (Red+Green+Blue) = 128+78+43=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #804E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804E2B is #7FB1D4. Grayscale: #595959. Windows color (decimal): -8368597 or 2838144. OLE color: 2838144.
HSL color Cylindrical-coordinate representation of color #804E2B: hue angle of 24.71º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804E2B is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 78 | 43 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.50 |
| HSL | 24.71º | 0.5% | 0.34% | - |
| HSV(B) | 24.71º | 0.66% | 0.5% | - |
| XYZ | 12.06 | 10.21 | 3.62 | - |
| YUV | 88.96 | 102.07 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 43 | 0 | 0.39 | 0.66 | 0.50 | 24.71 | 0.5 | 0.34 |
| Hex | 80 | 4E | 2B | 0 | 27 | 42 | 32 | 19 | 32 | 22 |
| Octal | 200 | 116 | 53 | 0 | 47 | 102 | 62 | 31 | 62 | 42 |
| Binary | 10000000 | 1001110 | 101011 | 0 | 100111 | 1000010 | 110010 | 11001 | 110010 | 100010 |
Color Harmonies of #804E2B
Complementary color
Monochromatic Colors of #804E2B
Black with #804E2B
Text Example
Text Example
White with #804E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E2B; }
p { color: rgb(128,78,43); }
H1.HeaderClassName
{
color: #804E2B;
}
.AnyTagClassName
{
color: #804E2B;
}
</style>
background-color css
<style>
a { background-color: #804E2B; }
a { background-color: rgb(128,78,43); }
div.DivClassName
{
background-color: #804E2B;
}
.BgClassName
{
background-color: #804E2B;
}
</style>
border-color css
<style>
span { border-color: #804E2B; }
span { border-color: rgb(128,78,43); }
td.TdClassName
{
border-color: #804E2B;
}
.TagClassName
{
border-color: #804E2B;
}
</style>