Shades of Korma #804625
Tints of Korma #804625
RGB
CMYK
RGB Variations
Color information
#804625 (or 0x804625) is known color: Korma. HEX triplet: 80, 46 and 25. RGB value is (128,70,37). Sum of RGB (Red+Green+Blue) = 128+70+37=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #804625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804625 is #7FB9DA. Grayscale: #535353. Windows color (decimal): -8370651 or 2442880. OLE color: 2442880.
HSL color Cylindrical-coordinate representation of color #804625: hue angle of 21.76º 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 #804625 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 37 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.50 |
| HSL | 21.76º | 0.55% | 0.32% | - |
| HSV(B) | 21.76º | 0.71% | 0.5% | - |
| XYZ | 11.43 | 9.1 | 2.91 | - |
| YUV | 83.58 | 101.72 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 37 | 0 | 0.45 | 0.71 | 0.50 | 21.76 | 0.55 | 0.32 |
| Hex | 80 | 46 | 25 | 0 | 2D | 47 | 32 | 16 | 37 | 20 |
| Octal | 200 | 106 | 45 | 0 | 55 | 107 | 62 | 26 | 67 | 40 |
| Binary | 10000000 | 1000110 | 100101 | 0 | 101101 | 1000111 | 110010 | 10110 | 110111 | 100000 |
Color Harmonies of #804625
Complementary color
Monochromatic Colors of #804625
Black with #804625
Text Example
Text Example
White with #804625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804625; }
p { color: rgb(128,70,37); }
H1.HeaderClassName
{
color: #804625;
}
.AnyTagClassName
{
color: #804625;
}
</style>
background-color css
<style>
a { background-color: #804625; }
a { background-color: rgb(128,70,37); }
div.DivClassName
{
background-color: #804625;
}
.BgClassName
{
background-color: #804625;
}
</style>
border-color css
<style>
span { border-color: #804625; }
span { border-color: rgb(128,70,37); }
td.TdClassName
{
border-color: #804625;
}
.TagClassName
{
border-color: #804625;
}
</style>