Shades of Korma #804C25
Tints of Korma #804C25
RGB
CMYK
RGB Variations
Color information
#804C25 (or 0x804C25) is known color: Korma. HEX triplet: 80, 4C and 25. RGB value is (128,76,37). Sum of RGB (Red+Green+Blue) = 128+76+37=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #804C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C25 is #7FB3DA. Grayscale: #575757. Windows color (decimal): -8369115 or 2444416. OLE color: 2444416.
HSL color Cylindrical-coordinate representation of color #804C25: hue angle of 25.71º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #804C25 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 37 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.50 |
| HSL | 25.71º | 0.55% | 0.32% | - |
| HSV(B) | 25.71º | 0.71% | 0.5% | - |
| XYZ | 11.82 | 9.89 | 3.04 | - |
| YUV | 87.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 37 | 0 | 0.41 | 0.71 | 0.50 | 25.71 | 0.55 | 0.32 |
| Hex | 80 | 4C | 25 | 0 | 29 | 47 | 32 | 1A | 37 | 20 |
| Octal | 200 | 114 | 45 | 0 | 51 | 107 | 62 | 32 | 67 | 40 |
| Binary | 10000000 | 1001100 | 100101 | 0 | 101001 | 1000111 | 110010 | 11010 | 110111 | 100000 |
Color Harmonies of #804C25
Complementary color
Monochromatic Colors of #804C25
Black with #804C25
Text Example
Text Example
White with #804C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C25; }
p { color: rgb(128,76,37); }
H1.HeaderClassName
{
color: #804C25;
}
.AnyTagClassName
{
color: #804C25;
}
</style>
background-color css
<style>
a { background-color: #804C25; }
a { background-color: rgb(128,76,37); }
div.DivClassName
{
background-color: #804C25;
}
.BgClassName
{
background-color: #804C25;
}
</style>
border-color css
<style>
span { border-color: #804C25; }
span { border-color: rgb(128,76,37); }
td.TdClassName
{
border-color: #804C25;
}
.TagClassName
{
border-color: #804C25;
}
</style>