Shades of Korma #834C2B
Tints of Korma #834C2B
RGB
CMYK
RGB Variations
Color information
#834C2B (or 0x834C2B) is known color: Korma. HEX triplet: 83, 4C and 2B. RGB value is (131,76,43). Sum of RGB (Red+Green+Blue) = 131+76+43=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #834C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C2B is #7CB3D4. Grayscale: #585858. Windows color (decimal): -8172501 or 2837635. OLE color: 2837635.
HSL color Cylindrical-coordinate representation of color #834C2B: hue angle of 22.5º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #834C2B is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 76 | 43 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.49 |
| HSL | 22.5º | 0.51% | 0.34% | - |
| HSV(B) | 22.5º | 0.67% | 0.51% | - |
| XYZ | 12.38 | 10.17 | 3.6 | - |
| YUV | 88.68 | 102.22 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 76 | 43 | 0 | 0.42 | 0.67 | 0.49 | 22.5 | 0.51 | 0.34 |
| Hex | 83 | 4C | 2B | 0 | 2A | 43 | 31 | 16 | 33 | 22 |
| Octal | 203 | 114 | 53 | 0 | 52 | 103 | 61 | 26 | 63 | 42 |
| Binary | 10000011 | 1001100 | 101011 | 0 | 101010 | 1000011 | 110001 | 10110 | 110011 | 100010 |
Color Harmonies of #834C2B
Complementary color
Monochromatic Colors of #834C2B
Black with #834C2B
Text Example
Text Example
White with #834C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834C2B; }
p { color: rgb(131,76,43); }
H1.HeaderClassName
{
color: #834C2B;
}
.AnyTagClassName
{
color: #834C2B;
}
</style>
background-color css
<style>
a { background-color: #834C2B; }
a { background-color: rgb(131,76,43); }
div.DivClassName
{
background-color: #834C2B;
}
.BgClassName
{
background-color: #834C2B;
}
</style>
border-color css
<style>
span { border-color: #834C2B; }
span { border-color: rgb(131,76,43); }
td.TdClassName
{
border-color: #834C2B;
}
.TagClassName
{
border-color: #834C2B;
}
</style>