Shades of Korma #804F2C
Tints of Korma #804F2C
RGB
CMYK
RGB Variations
Color information
#804F2C (or 0x804F2C) is known color: Korma. HEX triplet: 80, 4F and 2C. RGB value is (128,79,44). Sum of RGB (Red+Green+Blue) = 128+79+44=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #804F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F2C is #7FB0D3. Grayscale: #595959. Windows color (decimal): -8368340 or 2903936. OLE color: 2903936.
HSL color Cylindrical-coordinate representation of color #804F2C: hue angle of 25º degrees, saturation: 0.49, 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 #804F2C is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 44 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.50 |
| HSL | 25º | 0.49% | 0.34% | - |
| HSV(B) | 25º | 0.66% | 0.5% | - |
| XYZ | 12.15 | 10.36 | 3.74 | - |
| YUV | 89.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 44 | 0 | 0.38 | 0.66 | 0.50 | 25 | 0.49 | 0.34 |
| Hex | 80 | 4F | 2C | 0 | 26 | 42 | 32 | 19 | 31 | 22 |
| Octal | 200 | 117 | 54 | 0 | 46 | 102 | 62 | 31 | 61 | 42 |
| Binary | 10000000 | 1001111 | 101100 | 0 | 100110 | 1000010 | 110010 | 11001 | 110001 | 100010 |
Color Harmonies of #804F2C
Complementary color
Monochromatic Colors of #804F2C
Black with #804F2C
Text Example
Text Example
White with #804F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F2C; }
p { color: rgb(128,79,44); }
H1.HeaderClassName
{
color: #804F2C;
}
.AnyTagClassName
{
color: #804F2C;
}
</style>
background-color css
<style>
a { background-color: #804F2C; }
a { background-color: rgb(128,79,44); }
div.DivClassName
{
background-color: #804F2C;
}
.BgClassName
{
background-color: #804F2C;
}
</style>
border-color css
<style>
span { border-color: #804F2C; }
span { border-color: rgb(128,79,44); }
td.TdClassName
{
border-color: #804F2C;
}
.TagClassName
{
border-color: #804F2C;
}
</style>