Shades of Korma #844F26
Tints of Korma #844F26
RGB
CMYK
RGB Variations
Color information
#844F26 (or 0x844F26) is known color: Korma. HEX triplet: 84, 4F and 26. RGB value is (132,79,38). Sum of RGB (Red+Green+Blue) = 132+79+38=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #844F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F26 is #7BB0D9. Grayscale: #5A5A5A. Windows color (decimal): -8106202 or 2510724. OLE color: 2510724.
HSL color Cylindrical-coordinate representation of color #844F26: hue angle of 26.17º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #844F26 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 38 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.48 |
| HSL | 26.17º | 0.55% | 0.33% | - |
| HSV(B) | 26.17º | 0.71% | 0.52% | - |
| XYZ | 12.66 | 10.64 | 3.22 | - |
| YUV | 90.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 38 | 0 | 0.40 | 0.71 | 0.48 | 26.17 | 0.55 | 0.33 |
| Hex | 84 | 4F | 26 | 0 | 28 | 47 | 30 | 1A | 37 | 21 |
| Octal | 204 | 117 | 46 | 0 | 50 | 107 | 60 | 32 | 67 | 41 |
| Binary | 10000100 | 1001111 | 100110 | 0 | 101000 | 1000111 | 110000 | 11010 | 110111 | 100001 |
Color Harmonies of #844F26
Complementary color
Monochromatic Colors of #844F26
Black with #844F26
Text Example
Text Example
White with #844F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F26; }
p { color: rgb(132,79,38); }
H1.HeaderClassName
{
color: #844F26;
}
.AnyTagClassName
{
color: #844F26;
}
</style>
background-color css
<style>
a { background-color: #844F26; }
a { background-color: rgb(132,79,38); }
div.DivClassName
{
background-color: #844F26;
}
.BgClassName
{
background-color: #844F26;
}
</style>
border-color css
<style>
span { border-color: #844F26; }
span { border-color: rgb(132,79,38); }
td.TdClassName
{
border-color: #844F26;
}
.TagClassName
{
border-color: #844F26;
}
</style>