Shades of Korma #844B24
Tints of Korma #844B24
RGB
CMYK
RGB Variations
Color information
#844B24 (or 0x844B24) is known color: Korma. HEX triplet: 84, 4B and 24. RGB value is (132,75,36). Sum of RGB (Red+Green+Blue) = 132+75+36=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #844B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844B24 is #7BB4DB. Grayscale: #575757. Windows color (decimal): -8107228 or 2378628. OLE color: 2378628.
HSL color Cylindrical-coordinate representation of color #844B24: hue angle of 24.38º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #844B24 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 75 | 36 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.48 |
| HSL | 24.38º | 0.57% | 0.33% | - |
| HSV(B) | 24.38º | 0.73% | 0.52% | - |
| XYZ | 12.35 | 10.07 | 2.96 | - |
| YUV | 87.6 | 98.88 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 36 | 0 | 0.43 | 0.73 | 0.48 | 24.38 | 0.57 | 0.33 |
| Hex | 84 | 4B | 24 | 0 | 2B | 49 | 30 | 18 | 39 | 21 |
| Octal | 204 | 113 | 44 | 0 | 53 | 111 | 60 | 30 | 71 | 41 |
| Binary | 10000100 | 1001011 | 100100 | 0 | 101011 | 1001001 | 110000 | 11000 | 111001 | 100001 |
Color Harmonies of #844B24
Complementary color
Monochromatic Colors of #844B24
Black with #844B24
Text Example
Text Example
White with #844B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844B24; }
p { color: rgb(132,75,36); }
H1.HeaderClassName
{
color: #844B24;
}
.AnyTagClassName
{
color: #844B24;
}
</style>
background-color css
<style>
a { background-color: #844B24; }
a { background-color: rgb(132,75,36); }
div.DivClassName
{
background-color: #844B24;
}
.BgClassName
{
background-color: #844B24;
}
</style>
border-color css
<style>
span { border-color: #844B24; }
span { border-color: rgb(132,75,36); }
td.TdClassName
{
border-color: #844B24;
}
.TagClassName
{
border-color: #844B24;
}
</style>