Shades of Korma #844C2D
Tints of Korma #844C2D
RGB
CMYK
RGB Variations
Color information
#844C2D (or 0x844C2D) is known color: Korma. HEX triplet: 84, 4C and 2D. RGB value is (132,76,45). Sum of RGB (Red+Green+Blue) = 132+76+45=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #844C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C2D is #7BB3D2. Grayscale: #595959. Windows color (decimal): -8106963 or 2968708. OLE color: 2968708.
HSL color Cylindrical-coordinate representation of color #844C2D: hue angle of 21.38º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #844C2D is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 45 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.48 |
| HSL | 21.38º | 0.49% | 0.35% | - |
| HSV(B) | 21.38º | 0.66% | 0.52% | - |
| XYZ | 12.57 | 10.26 | 3.8 | - |
| YUV | 89.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 45 | 0 | 0.42 | 0.66 | 0.48 | 21.38 | 0.49 | 0.35 |
| Hex | 84 | 4C | 2D | 0 | 2A | 42 | 30 | 15 | 31 | 23 |
| Octal | 204 | 114 | 55 | 0 | 52 | 102 | 60 | 25 | 61 | 43 |
| Binary | 10000100 | 1001100 | 101101 | 0 | 101010 | 1000010 | 110000 | 10101 | 110001 | 100011 |
Color Harmonies of #844C2D
Complementary color
Monochromatic Colors of #844C2D
Black with #844C2D
Text Example
Text Example
White with #844C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C2D; }
p { color: rgb(132,76,45); }
H1.HeaderClassName
{
color: #844C2D;
}
.AnyTagClassName
{
color: #844C2D;
}
</style>
background-color css
<style>
a { background-color: #844C2D; }
a { background-color: rgb(132,76,45); }
div.DivClassName
{
background-color: #844C2D;
}
.BgClassName
{
background-color: #844C2D;
}
</style>
border-color css
<style>
span { border-color: #844C2D; }
span { border-color: rgb(132,76,45); }
td.TdClassName
{
border-color: #844C2D;
}
.TagClassName
{
border-color: #844C2D;
}
</style>