Shades of Korma #844C23
Tints of Korma #844C23
RGB
CMYK
RGB Variations
Color information
#844C23 (or 0x844C23) is known color: Korma. HEX triplet: 84, 4C and 23. RGB value is (132,76,35). Sum of RGB (Red+Green+Blue) = 132+76+35=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #844C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C23 is #7BB3DC. Grayscale: #585858. Windows color (decimal): -8106973 or 2313348. OLE color: 2313348.
HSL color Cylindrical-coordinate representation of color #844C23: hue angle of 25.36º degrees, saturation: 0.58, 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 #844C23 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 35 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.48 |
| HSL | 25.36º | 0.58% | 0.33% | - |
| HSV(B) | 25.36º | 0.73% | 0.52% | - |
| XYZ | 12.4 | 10.2 | 2.9 | - |
| YUV | 88.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 35 | 0 | 0.42 | 0.73 | 0.48 | 25.36 | 0.58 | 0.33 |
| Hex | 84 | 4C | 23 | 0 | 2A | 49 | 30 | 19 | 3A | 21 |
| Octal | 204 | 114 | 43 | 0 | 52 | 111 | 60 | 31 | 72 | 41 |
| Binary | 10000100 | 1001100 | 100011 | 0 | 101010 | 1001001 | 110000 | 11001 | 111010 | 100001 |
Color Harmonies of #844C23
Complementary color
Monochromatic Colors of #844C23
Black with #844C23
Text Example
Text Example
White with #844C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C23; }
p { color: rgb(132,76,35); }
H1.HeaderClassName
{
color: #844C23;
}
.AnyTagClassName
{
color: #844C23;
}
</style>
background-color css
<style>
a { background-color: #844C23; }
a { background-color: rgb(132,76,35); }
div.DivClassName
{
background-color: #844C23;
}
.BgClassName
{
background-color: #844C23;
}
</style>
border-color css
<style>
span { border-color: #844C23; }
span { border-color: rgb(132,76,35); }
td.TdClassName
{
border-color: #844C23;
}
.TagClassName
{
border-color: #844C23;
}
</style>