Shades of Korma #834F32
Tints of Korma #834F32
RGB
CMYK
RGB Variations
Color information
#834F32 (or 0x834F32) is known color: Korma. HEX triplet: 83, 4F and 32. RGB value is (131,79,50). Sum of RGB (Red+Green+Blue) = 131+79+50=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #834F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834F32 is #7CB0CD. Grayscale: #5B5B5B. Windows color (decimal): -8171726 or 3297155. OLE color: 3297155.
HSL color Cylindrical-coordinate representation of color #834F32: hue angle of 21.48º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #834F32 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 79 | 50 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.49 |
| HSL | 21.48º | 0.45% | 0.35% | - |
| HSV(B) | 21.48º | 0.62% | 0.51% | - |
| XYZ | 12.73 | 10.65 | 4.4 | - |
| YUV | 91.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 50 | 0 | 0.40 | 0.62 | 0.49 | 21.48 | 0.45 | 0.35 |
| Hex | 83 | 4F | 32 | 0 | 28 | 3E | 31 | 15 | 2D | 23 |
| Octal | 203 | 117 | 62 | 0 | 50 | 76 | 61 | 25 | 55 | 43 |
| Binary | 10000011 | 1001111 | 110010 | 0 | 101000 | 111110 | 110001 | 10101 | 101101 | 100011 |
Color Harmonies of #834F32
Complementary color
Monochromatic Colors of #834F32
Black with #834F32
Text Example
Text Example
White with #834F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834F32; }
p { color: rgb(131,79,50); }
H1.HeaderClassName
{
color: #834F32;
}
.AnyTagClassName
{
color: #834F32;
}
</style>
background-color css
<style>
a { background-color: #834F32; }
a { background-color: rgb(131,79,50); }
div.DivClassName
{
background-color: #834F32;
}
.BgClassName
{
background-color: #834F32;
}
</style>
border-color css
<style>
span { border-color: #834F32; }
span { border-color: rgb(131,79,50); }
td.TdClassName
{
border-color: #834F32;
}
.TagClassName
{
border-color: #834F32;
}
</style>