Shades of Korma #804F32
Tints of Korma #804F32
RGB
CMYK
RGB Variations
Color information
#804F32 (or 0x804F32) is known color: Korma. HEX triplet: 80, 4F and 32. RGB value is (128,79,50). Sum of RGB (Red+Green+Blue) = 128+79+50=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #804F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F32 is #7FB0CD. Grayscale: #5A5A5A. Windows color (decimal): -8368334 or 3297152. OLE color: 3297152.
HSL color Cylindrical-coordinate representation of color #804F32: hue angle of 22.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #804F32 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 50 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.50 |
| HSL | 22.31º | 0.44% | 0.35% | - |
| HSV(B) | 22.31º | 0.61% | 0.5% | - |
| XYZ | 12.27 | 10.41 | 4.38 | - |
| YUV | 90.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 50 | 0 | 0.38 | 0.61 | 0.50 | 22.31 | 0.44 | 0.35 |
| Hex | 80 | 4F | 32 | 0 | 26 | 3D | 32 | 16 | 2C | 23 |
| Octal | 200 | 117 | 62 | 0 | 46 | 75 | 62 | 26 | 54 | 43 |
| Binary | 10000000 | 1001111 | 110010 | 0 | 100110 | 111101 | 110010 | 10110 | 101100 | 100011 |
Color Harmonies of #804F32
Complementary color
Monochromatic Colors of #804F32
Black with #804F32
Text Example
Text Example
White with #804F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F32; }
p { color: rgb(128,79,50); }
H1.HeaderClassName
{
color: #804F32;
}
.AnyTagClassName
{
color: #804F32;
}
</style>
background-color css
<style>
a { background-color: #804F32; }
a { background-color: rgb(128,79,50); }
div.DivClassName
{
background-color: #804F32;
}
.BgClassName
{
background-color: #804F32;
}
</style>
border-color css
<style>
span { border-color: #804F32; }
span { border-color: rgb(128,79,50); }
td.TdClassName
{
border-color: #804F32;
}
.TagClassName
{
border-color: #804F32;
}
</style>