Shades of Korma #834F23
Tints of Korma #834F23
RGB
CMYK
RGB Variations
Color information
#834F23 (or 0x834F23) is known color: Korma. HEX triplet: 83, 4F and 23. RGB value is (131,79,35). Sum of RGB (Red+Green+Blue) = 131+79+35=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #834F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F23 is #7CB0DC. Grayscale: #595959. Windows color (decimal): -8171741 or 2314115. OLE color: 2314115.
HSL color Cylindrical-coordinate representation of color #834F23: hue angle of 27.5º degrees, saturation: 0.58, 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 #834F23 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 79 | 35 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.49 |
| HSL | 27.5º | 0.58% | 0.33% | - |
| HSV(B) | 27.5º | 0.73% | 0.51% | - |
| XYZ | 12.46 | 10.54 | 2.97 | - |
| YUV | 89.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 35 | 0 | 0.40 | 0.73 | 0.49 | 27.5 | 0.58 | 0.33 |
| Hex | 83 | 4F | 23 | 0 | 28 | 49 | 31 | 1C | 3A | 21 |
| Octal | 203 | 117 | 43 | 0 | 50 | 111 | 61 | 34 | 72 | 41 |
| Binary | 10000011 | 1001111 | 100011 | 0 | 101000 | 1001001 | 110001 | 11100 | 111010 | 100001 |
Color Harmonies of #834F23
Complementary color
Monochromatic Colors of #834F23
Black with #834F23
Text Example
Text Example
White with #834F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834F23; }
p { color: rgb(131,79,35); }
H1.HeaderClassName
{
color: #834F23;
}
.AnyTagClassName
{
color: #834F23;
}
</style>
background-color css
<style>
a { background-color: #834F23; }
a { background-color: rgb(131,79,35); }
div.DivClassName
{
background-color: #834F23;
}
.BgClassName
{
background-color: #834F23;
}
</style>
border-color css
<style>
span { border-color: #834F23; }
span { border-color: rgb(131,79,35); }
td.TdClassName
{
border-color: #834F23;
}
.TagClassName
{
border-color: #834F23;
}
</style>