Shades of Korma #834D2C
Tints of Korma #834D2C
RGB
CMYK
RGB Variations
Color information
#834D2C (or 0x834D2C) is known color: Korma. HEX triplet: 83, 4D and 2C. RGB value is (131,77,44). Sum of RGB (Red+Green+Blue) = 131+77+44=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #834D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D2C is #7CB2D3. Grayscale: #595959. Windows color (decimal): -8172244 or 2903427. OLE color: 2903427.
HSL color Cylindrical-coordinate representation of color #834D2C: hue angle of 22.76º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #834D2C is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 44 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.49 |
| HSL | 22.76º | 0.5% | 0.34% | - |
| HSV(B) | 22.76º | 0.66% | 0.51% | - |
| XYZ | 12.47 | 10.31 | 3.72 | - |
| YUV | 89.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 44 | 0 | 0.41 | 0.66 | 0.49 | 22.76 | 0.5 | 0.34 |
| Hex | 83 | 4D | 2C | 0 | 29 | 42 | 31 | 17 | 32 | 22 |
| Octal | 203 | 115 | 54 | 0 | 51 | 102 | 61 | 27 | 62 | 42 |
| Binary | 10000011 | 1001101 | 101100 | 0 | 101001 | 1000010 | 110001 | 10111 | 110010 | 100010 |
Color Harmonies of #834D2C
Complementary color
Monochromatic Colors of #834D2C
Black with #834D2C
Text Example
Text Example
White with #834D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D2C; }
p { color: rgb(131,77,44); }
H1.HeaderClassName
{
color: #834D2C;
}
.AnyTagClassName
{
color: #834D2C;
}
</style>
background-color css
<style>
a { background-color: #834D2C; }
a { background-color: rgb(131,77,44); }
div.DivClassName
{
background-color: #834D2C;
}
.BgClassName
{
background-color: #834D2C;
}
</style>
border-color css
<style>
span { border-color: #834D2C; }
span { border-color: rgb(131,77,44); }
td.TdClassName
{
border-color: #834D2C;
}
.TagClassName
{
border-color: #834D2C;
}
</style>