Shades of Korma #804F28
Tints of Korma #804F28
RGB
CMYK
RGB Variations
Color information
#804F28 (or 0x804F28) is known color: Korma. HEX triplet: 80, 4F and 28. RGB value is (128,79,40). Sum of RGB (Red+Green+Blue) = 128+79+40=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #804F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F28 is #7FB0D7. Grayscale: #595959. Windows color (decimal): -8368344 or 2641792. OLE color: 2641792.
HSL color Cylindrical-coordinate representation of color #804F28: hue angle of 26.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #804F28 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 40 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.50 |
| HSL | 26.59º | 0.52% | 0.33% | - |
| HSV(B) | 26.59º | 0.69% | 0.5% | - |
| XYZ | 12.08 | 10.33 | 3.37 | - |
| YUV | 89.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 40 | 0 | 0.38 | 0.69 | 0.50 | 26.59 | 0.52 | 0.33 |
| Hex | 80 | 4F | 28 | 0 | 26 | 45 | 32 | 1B | 34 | 21 |
| Octal | 200 | 117 | 50 | 0 | 46 | 105 | 62 | 33 | 64 | 41 |
| Binary | 10000000 | 1001111 | 101000 | 0 | 100110 | 1000101 | 110010 | 11011 | 110100 | 100001 |
Color Harmonies of #804F28
Complementary color
Monochromatic Colors of #804F28
Black with #804F28
Text Example
Text Example
White with #804F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F28; }
p { color: rgb(128,79,40); }
H1.HeaderClassName
{
color: #804F28;
}
.AnyTagClassName
{
color: #804F28;
}
</style>
background-color css
<style>
a { background-color: #804F28; }
a { background-color: rgb(128,79,40); }
div.DivClassName
{
background-color: #804F28;
}
.BgClassName
{
background-color: #804F28;
}
</style>
border-color css
<style>
span { border-color: #804F28; }
span { border-color: rgb(128,79,40); }
td.TdClassName
{
border-color: #804F28;
}
.TagClassName
{
border-color: #804F28;
}
</style>