Shades of Korma #834F25
Tints of Korma #834F25
RGB
CMYK
RGB Variations
Color information
#834F25 (or 0x834F25) is known color: Korma. HEX triplet: 83, 4F and 25. RGB value is (131,79,37). Sum of RGB (Red+Green+Blue) = 131+79+37=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #834F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F25 is #7CB0DA. Grayscale: #595959. Windows color (decimal): -8171739 or 2445187. OLE color: 2445187.
HSL color Cylindrical-coordinate representation of color #834F25: hue angle of 26.81º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #834F25 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 79 | 37 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.49 |
| HSL | 26.81º | 0.56% | 0.33% | - |
| HSV(B) | 26.81º | 0.72% | 0.51% | - |
| XYZ | 12.49 | 10.55 | 3.13 | - |
| YUV | 89.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 37 | 0 | 0.40 | 0.72 | 0.49 | 26.81 | 0.56 | 0.33 |
| Hex | 83 | 4F | 25 | 0 | 28 | 48 | 31 | 1B | 38 | 21 |
| Octal | 203 | 117 | 45 | 0 | 50 | 110 | 61 | 33 | 70 | 41 |
| Binary | 10000011 | 1001111 | 100101 | 0 | 101000 | 1001000 | 110001 | 11011 | 111000 | 100001 |
Color Harmonies of #834F25
Complementary color
Monochromatic Colors of #834F25
Black with #834F25
Text Example
Text Example
White with #834F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834F25; }
p { color: rgb(131,79,37); }
H1.HeaderClassName
{
color: #834F25;
}
.AnyTagClassName
{
color: #834F25;
}
</style>
background-color css
<style>
a { background-color: #834F25; }
a { background-color: rgb(131,79,37); }
div.DivClassName
{
background-color: #834F25;
}
.BgClassName
{
background-color: #834F25;
}
</style>
border-color css
<style>
span { border-color: #834F25; }
span { border-color: rgb(131,79,37); }
td.TdClassName
{
border-color: #834F25;
}
.TagClassName
{
border-color: #834F25;
}
</style>