Shades of Korma #804B30
Tints of Korma #804B30
RGB
CMYK
RGB Variations
Color information
#804B30 (or 0x804B30) is known color: Korma. HEX triplet: 80, 4B and 30. RGB value is (128,75,48). Sum of RGB (Red+Green+Blue) = 128+75+48=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #804B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B30 is #7FB4CF. Grayscale: #575757. Windows color (decimal): -8369360 or 3165056. OLE color: 3165056.
HSL color Cylindrical-coordinate representation of color #804B30: hue angle of 20.25º 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 #804B30 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 75 | 48 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.50 |
| HSL | 20.25º | 0.45% | 0.35% | - |
| HSV(B) | 20.25º | 0.63% | 0.5% | - |
| XYZ | 11.95 | 9.83 | 4.06 | - |
| YUV | 87.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 48 | 0 | 0.41 | 0.62 | 0.50 | 20.25 | 0.45 | 0.35 |
| Hex | 80 | 4B | 30 | 0 | 29 | 3E | 32 | 14 | 2D | 23 |
| Octal | 200 | 113 | 60 | 0 | 51 | 76 | 62 | 24 | 55 | 43 |
| Binary | 10000000 | 1001011 | 110000 | 0 | 101001 | 111110 | 110010 | 10100 | 101101 | 100011 |
Color Harmonies of #804B30
Complementary color
Monochromatic Colors of #804B30
Black with #804B30
Text Example
Text Example
White with #804B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804B30; }
p { color: rgb(128,75,48); }
H1.HeaderClassName
{
color: #804B30;
}
.AnyTagClassName
{
color: #804B30;
}
</style>
background-color css
<style>
a { background-color: #804B30; }
a { background-color: rgb(128,75,48); }
div.DivClassName
{
background-color: #804B30;
}
.BgClassName
{
background-color: #804B30;
}
</style>
border-color css
<style>
span { border-color: #804B30; }
span { border-color: rgb(128,75,48); }
td.TdClassName
{
border-color: #804B30;
}
.TagClassName
{
border-color: #804B30;
}
</style>