Shades of Korma #844A2C
Tints of Korma #844A2C
RGB
CMYK
RGB Variations
Color information
#844A2C (or 0x844A2C) is known color: Korma. HEX triplet: 84, 4A and 2C. RGB value is (132,74,44). Sum of RGB (Red+Green+Blue) = 132+74+44=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #844A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A2C is #7BB5D3. Grayscale: #585858. Windows color (decimal): -8107476 or 2902660. OLE color: 2902660.
HSL color Cylindrical-coordinate representation of color #844A2C: hue angle of 20.45º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844A2C is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 44 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.48 |
| HSL | 20.45º | 0.5% | 0.35% | - |
| HSV(B) | 20.45º | 0.67% | 0.52% | - |
| XYZ | 12.42 | 9.98 | 3.66 | - |
| YUV | 87.92 | 103.22 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 44 | 0 | 0.44 | 0.67 | 0.48 | 20.45 | 0.5 | 0.35 |
| Hex | 84 | 4A | 2C | 0 | 2C | 43 | 30 | 14 | 32 | 23 |
| Octal | 204 | 112 | 54 | 0 | 54 | 103 | 60 | 24 | 62 | 43 |
| Binary | 10000100 | 1001010 | 101100 | 0 | 101100 | 1000011 | 110000 | 10100 | 110010 | 100011 |
Color Harmonies of #844A2C
Complementary color
Monochromatic Colors of #844A2C
Black with #844A2C
Text Example
Text Example
White with #844A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A2C; }
p { color: rgb(132,74,44); }
H1.HeaderClassName
{
color: #844A2C;
}
.AnyTagClassName
{
color: #844A2C;
}
</style>
background-color css
<style>
a { background-color: #844A2C; }
a { background-color: rgb(132,74,44); }
div.DivClassName
{
background-color: #844A2C;
}
.BgClassName
{
background-color: #844A2C;
}
</style>
border-color css
<style>
span { border-color: #844A2C; }
span { border-color: rgb(132,74,44); }
td.TdClassName
{
border-color: #844A2C;
}
.TagClassName
{
border-color: #844A2C;
}
</style>