Shades of Korma #834B2C
Tints of Korma #834B2C
RGB
CMYK
RGB Variations
Color information
#834B2C (or 0x834B2C) is known color: Korma. HEX triplet: 83, 4B and 2C. RGB value is (131,75,44). Sum of RGB (Red+Green+Blue) = 131+75+44=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #834B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834B2C is #7CB4D3. Grayscale: #585858. Windows color (decimal): -8172756 or 2902915. OLE color: 2902915.
HSL color Cylindrical-coordinate representation of color #834B2C: hue angle of 21.38º 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 #834B2C is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 75 | 44 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.49 |
| HSL | 21.38º | 0.5% | 0.34% | - |
| HSV(B) | 21.38º | 0.66% | 0.51% | - |
| XYZ | 12.33 | 10.04 | 3.67 | - |
| YUV | 88.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 44 | 0 | 0.43 | 0.66 | 0.49 | 21.38 | 0.5 | 0.34 |
| Hex | 83 | 4B | 2C | 0 | 2B | 42 | 31 | 15 | 32 | 22 |
| Octal | 203 | 113 | 54 | 0 | 53 | 102 | 61 | 25 | 62 | 42 |
| Binary | 10000011 | 1001011 | 101100 | 0 | 101011 | 1000010 | 110001 | 10101 | 110010 | 100010 |
Color Harmonies of #834B2C
Complementary color
Monochromatic Colors of #834B2C
Black with #834B2C
Text Example
Text Example
White with #834B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834B2C; }
p { color: rgb(131,75,44); }
H1.HeaderClassName
{
color: #834B2C;
}
.AnyTagClassName
{
color: #834B2C;
}
</style>
background-color css
<style>
a { background-color: #834B2C; }
a { background-color: rgb(131,75,44); }
div.DivClassName
{
background-color: #834B2C;
}
.BgClassName
{
background-color: #834B2C;
}
</style>
border-color css
<style>
span { border-color: #834B2C; }
span { border-color: rgb(131,75,44); }
td.TdClassName
{
border-color: #834B2C;
}
.TagClassName
{
border-color: #834B2C;
}
</style>