Shades of Korma #834D2F
Tints of Korma #834D2F
RGB
CMYK
RGB Variations
Color information
#834D2F (or 0x834D2F) is known color: Korma. HEX triplet: 83, 4D and 2F. RGB value is (131,77,47). Sum of RGB (Red+Green+Blue) = 131+77+47=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #834D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D2F is #7CB2D0. Grayscale: #595959. Windows color (decimal): -8172241 or 3100035. OLE color: 3100035.
HSL color Cylindrical-coordinate representation of color #834D2F: hue angle of 21.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #834D2F is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 47 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.49 |
| HSL | 21.43º | 0.47% | 0.35% | - |
| HSV(B) | 21.43º | 0.64% | 0.51% | - |
| XYZ | 12.53 | 10.34 | 4.02 | - |
| YUV | 89.73 | 103.89 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 47 | 0 | 0.41 | 0.64 | 0.49 | 21.43 | 0.47 | 0.35 |
| Hex | 83 | 4D | 2F | 0 | 29 | 40 | 31 | 15 | 2F | 23 |
| Octal | 203 | 115 | 57 | 0 | 51 | 100 | 61 | 25 | 57 | 43 |
| Binary | 10000011 | 1001101 | 101111 | 0 | 101001 | 1000000 | 110001 | 10101 | 101111 | 100011 |
Color Harmonies of #834D2F
Complementary color
Monochromatic Colors of #834D2F
Black with #834D2F
Text Example
Text Example
White with #834D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D2F; }
p { color: rgb(131,77,47); }
H1.HeaderClassName
{
color: #834D2F;
}
.AnyTagClassName
{
color: #834D2F;
}
</style>
background-color css
<style>
a { background-color: #834D2F; }
a { background-color: rgb(131,77,47); }
div.DivClassName
{
background-color: #834D2F;
}
.BgClassName
{
background-color: #834D2F;
}
</style>
border-color css
<style>
span { border-color: #834D2F; }
span { border-color: rgb(131,77,47); }
td.TdClassName
{
border-color: #834D2F;
}
.TagClassName
{
border-color: #834D2F;
}
</style>