Shades of Korma #804C27
Tints of Korma #804C27
RGB
CMYK
RGB Variations
Color information
#804C27 (or 0x804C27) is known color: Korma. HEX triplet: 80, 4C and 27. RGB value is (128,76,39). Sum of RGB (Red+Green+Blue) = 128+76+39=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #804C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C27 is #7FB3D8. Grayscale: #575757. Windows color (decimal): -8369113 or 2575488. OLE color: 2575488.
HSL color Cylindrical-coordinate representation of color #804C27: hue angle of 24.94º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804C27 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 39 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.50 |
| HSL | 24.94º | 0.53% | 0.33% | - |
| HSV(B) | 24.94º | 0.7% | 0.5% | - |
| XYZ | 11.85 | 9.9 | 3.21 | - |
| YUV | 87.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 39 | 0 | 0.41 | 0.70 | 0.50 | 24.94 | 0.53 | 0.33 |
| Hex | 80 | 4C | 27 | 0 | 29 | 46 | 32 | 19 | 35 | 21 |
| Octal | 200 | 114 | 47 | 0 | 51 | 106 | 62 | 31 | 65 | 41 |
| Binary | 10000000 | 1001100 | 100111 | 0 | 101001 | 1000110 | 110010 | 11001 | 110101 | 100001 |
Color Harmonies of #804C27
Complementary color
Monochromatic Colors of #804C27
Black with #804C27
Text Example
Text Example
White with #804C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C27; }
p { color: rgb(128,76,39); }
H1.HeaderClassName
{
color: #804C27;
}
.AnyTagClassName
{
color: #804C27;
}
</style>
background-color css
<style>
a { background-color: #804C27; }
a { background-color: rgb(128,76,39); }
div.DivClassName
{
background-color: #804C27;
}
.BgClassName
{
background-color: #804C27;
}
</style>
border-color css
<style>
span { border-color: #804C27; }
span { border-color: rgb(128,76,39); }
td.TdClassName
{
border-color: #804C27;
}
.TagClassName
{
border-color: #804C27;
}
</style>