Shades of Korma #804A30
Tints of Korma #804A30
RGB
CMYK
RGB Variations
Color information
#804A30 (or 0x804A30) is known color: Korma. HEX triplet: 80, 4A and 30. RGB value is (128,74,48). Sum of RGB (Red+Green+Blue) = 128+74+48=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #804A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A30 is #7FB5CF. Grayscale: #575757. Windows color (decimal): -8369616 or 3164800. OLE color: 3164800.
HSL color Cylindrical-coordinate representation of color #804A30: hue angle of 19.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #804A30 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 48 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.50 |
| HSL | 19.5º | 0.45% | 0.35% | - |
| HSV(B) | 19.5º | 0.63% | 0.5% | - |
| XYZ | 11.88 | 9.7 | 4.04 | - |
| YUV | 87.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 48 | 0 | 0.42 | 0.62 | 0.50 | 19.5 | 0.45 | 0.35 |
| Hex | 80 | 4A | 30 | 0 | 2A | 3E | 32 | 14 | 2D | 23 |
| Octal | 200 | 112 | 60 | 0 | 52 | 76 | 62 | 24 | 55 | 43 |
| Binary | 10000000 | 1001010 | 110000 | 0 | 101010 | 111110 | 110010 | 10100 | 101101 | 100011 |
Color Harmonies of #804A30
Complementary color
Monochromatic Colors of #804A30
Black with #804A30
Text Example
Text Example
White with #804A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A30; }
p { color: rgb(128,74,48); }
H1.HeaderClassName
{
color: #804A30;
}
.AnyTagClassName
{
color: #804A30;
}
</style>
background-color css
<style>
a { background-color: #804A30; }
a { background-color: rgb(128,74,48); }
div.DivClassName
{
background-color: #804A30;
}
.BgClassName
{
background-color: #804A30;
}
</style>
border-color css
<style>
span { border-color: #804A30; }
span { border-color: rgb(128,74,48); }
td.TdClassName
{
border-color: #804A30;
}
.TagClassName
{
border-color: #804A30;
}
</style>