Shades of Korma #844B26
Tints of Korma #844B26
RGB
CMYK
RGB Variations
Color information
#844B26 (or 0x844B26) is known color: Korma. HEX triplet: 84, 4B and 26. RGB value is (132,75,38). Sum of RGB (Red+Green+Blue) = 132+75+38=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #844B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844B26 is #7BB4D9. Grayscale: #585858. Windows color (decimal): -8107226 or 2509700. OLE color: 2509700.
HSL color Cylindrical-coordinate representation of color #844B26: hue angle of 23.62º 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 #844B26 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 75 | 38 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.48 |
| HSL | 23.62º | 0.55% | 0.33% | - |
| HSV(B) | 23.62º | 0.71% | 0.52% | - |
| XYZ | 12.38 | 10.08 | 3.13 | - |
| YUV | 87.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 38 | 0 | 0.43 | 0.71 | 0.48 | 23.62 | 0.55 | 0.33 |
| Hex | 84 | 4B | 26 | 0 | 2B | 47 | 30 | 18 | 37 | 21 |
| Octal | 204 | 113 | 46 | 0 | 53 | 107 | 60 | 30 | 67 | 41 |
| Binary | 10000100 | 1001011 | 100110 | 0 | 101011 | 1000111 | 110000 | 11000 | 110111 | 100001 |
Color Harmonies of #844B26
Complementary color
Monochromatic Colors of #844B26
Black with #844B26
Text Example
Text Example
White with #844B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844B26; }
p { color: rgb(132,75,38); }
H1.HeaderClassName
{
color: #844B26;
}
.AnyTagClassName
{
color: #844B26;
}
</style>
background-color css
<style>
a { background-color: #844B26; }
a { background-color: rgb(132,75,38); }
div.DivClassName
{
background-color: #844B26;
}
.BgClassName
{
background-color: #844B26;
}
</style>
border-color css
<style>
span { border-color: #844B26; }
span { border-color: rgb(132,75,38); }
td.TdClassName
{
border-color: #844B26;
}
.TagClassName
{
border-color: #844B26;
}
</style>