Shades of Korma #834C2E
Tints of Korma #834C2E
RGB
CMYK
RGB Variations
Color information
#834C2E (or 0x834C2E) is known color: Korma. HEX triplet: 83, 4C and 2E. RGB value is (131,76,46). Sum of RGB (Red+Green+Blue) = 131+76+46=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #834C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C2E is #7CB3D1. Grayscale: #595959. Windows color (decimal): -8172498 or 3034243. OLE color: 3034243.
HSL color Cylindrical-coordinate representation of color #834C2E: hue angle of 21.18º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #834C2E is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 76 | 46 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.49 |
| HSL | 21.18º | 0.48% | 0.35% | - |
| HSV(B) | 21.18º | 0.65% | 0.51% | - |
| XYZ | 12.44 | 10.19 | 3.9 | - |
| YUV | 89.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 76 | 46 | 0 | 0.42 | 0.65 | 0.49 | 21.18 | 0.48 | 0.35 |
| Hex | 83 | 4C | 2E | 0 | 2A | 41 | 31 | 15 | 30 | 23 |
| Octal | 203 | 114 | 56 | 0 | 52 | 101 | 61 | 25 | 60 | 43 |
| Binary | 10000011 | 1001100 | 101110 | 0 | 101010 | 1000001 | 110001 | 10101 | 110000 | 100011 |
Color Harmonies of #834C2E
Complementary color
Monochromatic Colors of #834C2E
Black with #834C2E
Text Example
Text Example
White with #834C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834C2E; }
p { color: rgb(131,76,46); }
H1.HeaderClassName
{
color: #834C2E;
}
.AnyTagClassName
{
color: #834C2E;
}
</style>
background-color css
<style>
a { background-color: #834C2E; }
a { background-color: rgb(131,76,46); }
div.DivClassName
{
background-color: #834C2E;
}
.BgClassName
{
background-color: #834C2E;
}
</style>
border-color css
<style>
span { border-color: #834C2E; }
span { border-color: rgb(131,76,46); }
td.TdClassName
{
border-color: #834C2E;
}
.TagClassName
{
border-color: #834C2E;
}
</style>