Shades of Korma #804F2B
Tints of Korma #804F2B
RGB
CMYK
RGB Variations
Color information
#804F2B (or 0x804F2B) is known color: Korma. HEX triplet: 80, 4F and 2B. RGB value is (128,79,43). Sum of RGB (Red+Green+Blue) = 128+79+43=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #804F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F2B is #7FB0D4. Grayscale: #595959. Windows color (decimal): -8368341 or 2838400. OLE color: 2838400.
HSL color Cylindrical-coordinate representation of color #804F2B: hue angle of 25.41º 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 #804F2B is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 43 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.50 |
| HSL | 25.41º | 0.5% | 0.34% | - |
| HSV(B) | 25.41º | 0.66% | 0.5% | - |
| XYZ | 12.13 | 10.36 | 3.64 | - |
| YUV | 89.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 43 | 0 | 0.38 | 0.66 | 0.50 | 25.41 | 0.5 | 0.34 |
| Hex | 80 | 4F | 2B | 0 | 26 | 42 | 32 | 19 | 32 | 22 |
| Octal | 200 | 117 | 53 | 0 | 46 | 102 | 62 | 31 | 62 | 42 |
| Binary | 10000000 | 1001111 | 101011 | 0 | 100110 | 1000010 | 110010 | 11001 | 110010 | 100010 |
Color Harmonies of #804F2B
Complementary color
Monochromatic Colors of #804F2B
Black with #804F2B
Text Example
Text Example
White with #804F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F2B; }
p { color: rgb(128,79,43); }
H1.HeaderClassName
{
color: #804F2B;
}
.AnyTagClassName
{
color: #804F2B;
}
</style>
background-color css
<style>
a { background-color: #804F2B; }
a { background-color: rgb(128,79,43); }
div.DivClassName
{
background-color: #804F2B;
}
.BgClassName
{
background-color: #804F2B;
}
</style>
border-color css
<style>
span { border-color: #804F2B; }
span { border-color: rgb(128,79,43); }
td.TdClassName
{
border-color: #804F2B;
}
.TagClassName
{
border-color: #804F2B;
}
</style>