Shades of Korma #834E24
Tints of Korma #834E24
RGB
CMYK
RGB Variations
Color information
#834E24 (or 0x834E24) is known color: Korma. HEX triplet: 83, 4E and 24. RGB value is (131,78,36). Sum of RGB (Red+Green+Blue) = 131+78+36=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #834E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834E24 is #7CB1DB. Grayscale: #595959. Windows color (decimal): -8171996 or 2379395. OLE color: 2379395.
HSL color Cylindrical-coordinate representation of color #834E24: hue angle of 26.53º 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 #834E24 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 78 | 36 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.49 |
| HSL | 26.53º | 0.57% | 0.33% | - |
| HSV(B) | 26.53º | 0.73% | 0.51% | - |
| XYZ | 12.4 | 10.4 | 3.02 | - |
| YUV | 89.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 36 | 0 | 0.40 | 0.73 | 0.49 | 26.53 | 0.57 | 0.33 |
| Hex | 83 | 4E | 24 | 0 | 28 | 49 | 31 | 1B | 39 | 21 |
| Octal | 203 | 116 | 44 | 0 | 50 | 111 | 61 | 33 | 71 | 41 |
| Binary | 10000011 | 1001110 | 100100 | 0 | 101000 | 1001001 | 110001 | 11011 | 111001 | 100001 |
Color Harmonies of #834E24
Complementary color
Monochromatic Colors of #834E24
Black with #834E24
Text Example
Text Example
White with #834E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834E24; }
p { color: rgb(131,78,36); }
H1.HeaderClassName
{
color: #834E24;
}
.AnyTagClassName
{
color: #834E24;
}
</style>
background-color css
<style>
a { background-color: #834E24; }
a { background-color: rgb(131,78,36); }
div.DivClassName
{
background-color: #834E24;
}
.BgClassName
{
background-color: #834E24;
}
</style>
border-color css
<style>
span { border-color: #834E24; }
span { border-color: rgb(131,78,36); }
td.TdClassName
{
border-color: #834E24;
}
.TagClassName
{
border-color: #834E24;
}
</style>