Shades of Korma #804B28
Tints of Korma #804B28
RGB
CMYK
RGB Variations
Color information
#804B28 (or 0x804B28) is known color: Korma. HEX triplet: 80, 4B and 28. RGB value is (128,75,40). Sum of RGB (Red+Green+Blue) = 128+75+40=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #804B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B28 is #7FB4D7. Grayscale: #575757. Windows color (decimal): -8369368 or 2640768. OLE color: 2640768.
HSL color Cylindrical-coordinate representation of color #804B28: hue angle of 23.86º 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 #804B28 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 75 | 40 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.50 |
| HSL | 23.86º | 0.52% | 0.33% | - |
| HSV(B) | 23.86º | 0.69% | 0.5% | - |
| XYZ | 11.8 | 9.77 | 3.27 | - |
| YUV | 86.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 40 | 0 | 0.41 | 0.69 | 0.50 | 23.86 | 0.52 | 0.33 |
| Hex | 80 | 4B | 28 | 0 | 29 | 45 | 32 | 18 | 34 | 21 |
| Octal | 200 | 113 | 50 | 0 | 51 | 105 | 62 | 30 | 64 | 41 |
| Binary | 10000000 | 1001011 | 101000 | 0 | 101001 | 1000101 | 110010 | 11000 | 110100 | 100001 |
Color Harmonies of #804B28
Complementary color
Monochromatic Colors of #804B28
Black with #804B28
Text Example
Text Example
White with #804B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804B28; }
p { color: rgb(128,75,40); }
H1.HeaderClassName
{
color: #804B28;
}
.AnyTagClassName
{
color: #804B28;
}
</style>
background-color css
<style>
a { background-color: #804B28; }
a { background-color: rgb(128,75,40); }
div.DivClassName
{
background-color: #804B28;
}
.BgClassName
{
background-color: #804B28;
}
</style>
border-color css
<style>
span { border-color: #804B28; }
span { border-color: rgb(128,75,40); }
td.TdClassName
{
border-color: #804B28;
}
.TagClassName
{
border-color: #804B28;
}
</style>