Shades of Korma #804B26
Tints of Korma #804B26
RGB
CMYK
RGB Variations
Color information
#804B26 (or 0x804B26) is known color: Korma. HEX triplet: 80, 4B and 26. RGB value is (128,75,38). Sum of RGB (Red+Green+Blue) = 128+75+38=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #804B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B26 is #7FB4D9. Grayscale: #565656. Windows color (decimal): -8369370 or 2509696. OLE color: 2509696.
HSL color Cylindrical-coordinate representation of color #804B26: hue angle of 24.67º 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 #804B26 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 75 | 38 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.50 |
| HSL | 24.67º | 0.54% | 0.33% | - |
| HSV(B) | 24.67º | 0.7% | 0.5% | - |
| XYZ | 11.77 | 9.76 | 3.1 | - |
| YUV | 86.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 38 | 0 | 0.41 | 0.70 | 0.50 | 24.67 | 0.54 | 0.33 |
| Hex | 80 | 4B | 26 | 0 | 29 | 46 | 32 | 19 | 36 | 21 |
| Octal | 200 | 113 | 46 | 0 | 51 | 106 | 62 | 31 | 66 | 41 |
| Binary | 10000000 | 1001011 | 100110 | 0 | 101001 | 1000110 | 110010 | 11001 | 110110 | 100001 |
Color Harmonies of #804B26
Complementary color
Monochromatic Colors of #804B26
Black with #804B26
Text Example
Text Example
White with #804B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804B26; }
p { color: rgb(128,75,38); }
H1.HeaderClassName
{
color: #804B26;
}
.AnyTagClassName
{
color: #804B26;
}
</style>
background-color css
<style>
a { background-color: #804B26; }
a { background-color: rgb(128,75,38); }
div.DivClassName
{
background-color: #804B26;
}
.BgClassName
{
background-color: #804B26;
}
</style>
border-color css
<style>
span { border-color: #804B26; }
span { border-color: rgb(128,75,38); }
td.TdClassName
{
border-color: #804B26;
}
.TagClassName
{
border-color: #804B26;
}
</style>