Shades of Korma #804725
Tints of Korma #804725
RGB
CMYK
RGB Variations
Color information
#804725 (or 0x804725) is known color: Korma. HEX triplet: 80, 47 and 25. RGB value is (128,71,37). Sum of RGB (Red+Green+Blue) = 128+71+37=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #804725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804725 is #7FB8DA. Grayscale: #545454. Windows color (decimal): -8370395 or 2443136. OLE color: 2443136.
HSL color Cylindrical-coordinate representation of color #804725: hue angle of 22.42º 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 #804725 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 71 | 37 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.50 |
| HSL | 22.42º | 0.55% | 0.32% | - |
| HSV(B) | 22.42º | 0.71% | 0.5% | - |
| XYZ | 11.49 | 9.23 | 2.93 | - |
| YUV | 84.17 | 101.38 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 37 | 0 | 0.45 | 0.71 | 0.50 | 22.42 | 0.55 | 0.32 |
| Hex | 80 | 47 | 25 | 0 | 2D | 47 | 32 | 16 | 37 | 20 |
| Octal | 200 | 107 | 45 | 0 | 55 | 107 | 62 | 26 | 67 | 40 |
| Binary | 10000000 | 1000111 | 100101 | 0 | 101101 | 1000111 | 110010 | 10110 | 110111 | 100000 |
Color Harmonies of #804725
Complementary color
Monochromatic Colors of #804725
Black with #804725
Text Example
Text Example
White with #804725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804725; }
p { color: rgb(128,71,37); }
H1.HeaderClassName
{
color: #804725;
}
.AnyTagClassName
{
color: #804725;
}
</style>
background-color css
<style>
a { background-color: #804725; }
a { background-color: rgb(128,71,37); }
div.DivClassName
{
background-color: #804725;
}
.BgClassName
{
background-color: #804725;
}
</style>
border-color css
<style>
span { border-color: #804725; }
span { border-color: rgb(128,71,37); }
td.TdClassName
{
border-color: #804725;
}
.TagClassName
{
border-color: #804725;
}
</style>