Shades of Korma #804926
Tints of Korma #804926
RGB
CMYK
RGB Variations
Color information
#804926 (or 0x804926) is known color: Korma. HEX triplet: 80, 49 and 26. RGB value is (128,73,38). Sum of RGB (Red+Green+Blue) = 128+73+38=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #804926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804926 is #7FB6D9. Grayscale: #555555. Windows color (decimal): -8369882 or 2509184. OLE color: 2509184.
HSL color Cylindrical-coordinate representation of color #804926: hue angle of 23.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804926 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 38 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.50 |
| HSL | 23.33º | 0.54% | 0.33% | - |
| HSV(B) | 23.33º | 0.7% | 0.5% | - |
| XYZ | 11.63 | 9.49 | 3.05 | - |
| YUV | 85.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 38 | 0 | 0.43 | 0.70 | 0.50 | 23.33 | 0.54 | 0.33 |
| Hex | 80 | 49 | 26 | 0 | 2B | 46 | 32 | 17 | 36 | 21 |
| Octal | 200 | 111 | 46 | 0 | 53 | 106 | 62 | 27 | 66 | 41 |
| Binary | 10000000 | 1001001 | 100110 | 0 | 101011 | 1000110 | 110010 | 10111 | 110110 | 100001 |
Color Harmonies of #804926
Complementary color
Monochromatic Colors of #804926
Black with #804926
Text Example
Text Example
White with #804926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804926; }
p { color: rgb(128,73,38); }
H1.HeaderClassName
{
color: #804926;
}
.AnyTagClassName
{
color: #804926;
}
</style>
background-color css
<style>
a { background-color: #804926; }
a { background-color: rgb(128,73,38); }
div.DivClassName
{
background-color: #804926;
}
.BgClassName
{
background-color: #804926;
}
</style>
border-color css
<style>
span { border-color: #804926; }
span { border-color: rgb(128,73,38); }
td.TdClassName
{
border-color: #804926;
}
.TagClassName
{
border-color: #804926;
}
</style>