Shades of Korma #834B24
Tints of Korma #834B24
RGB
CMYK
RGB Variations
Color information
#834B24 (or 0x834B24) is known color: Korma. HEX triplet: 83, 4B and 24. RGB value is (131,75,36). Sum of RGB (Red+Green+Blue) = 131+75+36=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #834B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834B24 is #7CB4DB. Grayscale: #575757. Windows color (decimal): -8172764 or 2378627. OLE color: 2378627.
HSL color Cylindrical-coordinate representation of color #834B24: hue angle of 24.63º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #834B24 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 75 | 36 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.49 |
| HSL | 24.63º | 0.57% | 0.33% | - |
| HSV(B) | 24.63º | 0.73% | 0.51% | - |
| XYZ | 12.19 | 9.98 | 2.95 | - |
| YUV | 87.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 36 | 0 | 0.43 | 0.73 | 0.49 | 24.63 | 0.57 | 0.33 |
| Hex | 83 | 4B | 24 | 0 | 2B | 49 | 31 | 19 | 39 | 21 |
| Octal | 203 | 113 | 44 | 0 | 53 | 111 | 61 | 31 | 71 | 41 |
| Binary | 10000011 | 1001011 | 100100 | 0 | 101011 | 1001001 | 110001 | 11001 | 111001 | 100001 |
Color Harmonies of #834B24
Complementary color
Monochromatic Colors of #834B24
Black with #834B24
Text Example
Text Example
White with #834B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834B24; }
p { color: rgb(131,75,36); }
H1.HeaderClassName
{
color: #834B24;
}
.AnyTagClassName
{
color: #834B24;
}
</style>
background-color css
<style>
a { background-color: #834B24; }
a { background-color: rgb(131,75,36); }
div.DivClassName
{
background-color: #834B24;
}
.BgClassName
{
background-color: #834B24;
}
</style>
border-color css
<style>
span { border-color: #834B24; }
span { border-color: rgb(131,75,36); }
td.TdClassName
{
border-color: #834B24;
}
.TagClassName
{
border-color: #834B24;
}
</style>