Shades of Korma #804C2D
Tints of Korma #804C2D
RGB
CMYK
RGB Variations
Color information
#804C2D (or 0x804C2D) is known color: Korma. HEX triplet: 80, 4C and 2D. RGB value is (128,76,45). Sum of RGB (Red+Green+Blue) = 128+76+45=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #804C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C2D is #7FB3D2. Grayscale: #585858. Windows color (decimal): -8369107 or 2968704. OLE color: 2968704.
HSL color Cylindrical-coordinate representation of color #804C2D: hue angle of 22.41º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804C2D is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 45 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.50 |
| HSL | 22.41º | 0.48% | 0.34% | - |
| HSV(B) | 22.41º | 0.65% | 0.5% | - |
| XYZ | 11.96 | 9.95 | 3.77 | - |
| YUV | 88.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 45 | 0 | 0.41 | 0.65 | 0.50 | 22.41 | 0.48 | 0.34 |
| Hex | 80 | 4C | 2D | 0 | 29 | 41 | 32 | 16 | 30 | 22 |
| Octal | 200 | 114 | 55 | 0 | 51 | 101 | 62 | 26 | 60 | 42 |
| Binary | 10000000 | 1001100 | 101101 | 0 | 101001 | 1000001 | 110010 | 10110 | 110000 | 100010 |
Color Harmonies of #804C2D
Complementary color
Monochromatic Colors of #804C2D
Black with #804C2D
Text Example
Text Example
White with #804C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C2D; }
p { color: rgb(128,76,45); }
H1.HeaderClassName
{
color: #804C2D;
}
.AnyTagClassName
{
color: #804C2D;
}
</style>
background-color css
<style>
a { background-color: #804C2D; }
a { background-color: rgb(128,76,45); }
div.DivClassName
{
background-color: #804C2D;
}
.BgClassName
{
background-color: #804C2D;
}
</style>
border-color css
<style>
span { border-color: #804C2D; }
span { border-color: rgb(128,76,45); }
td.TdClassName
{
border-color: #804C2D;
}
.TagClassName
{
border-color: #804C2D;
}
</style>