Shades of Korma #83542A
Tints of Korma #83542A
RGB
CMYK
RGB Variations
Color information
#83542A (or 0x83542A) is known color: Korma. HEX triplet: 83, 54 and 2A. RGB value is (131,84,42). Sum of RGB (Red+Green+Blue) = 131+84+42=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #83542A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83542A is #7CABD5. Grayscale: #5D5D5D. Windows color (decimal): -8170454 or 2774147. OLE color: 2774147.
HSL color Cylindrical-coordinate representation of color #83542A: hue angle of 28.31º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83542A is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 84 | 42 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.49 |
| HSL | 28.31º | 0.51% | 0.34% | - |
| HSV(B) | 28.31º | 0.68% | 0.51% | - |
| XYZ | 12.95 | 11.33 | 3.7 | - |
| YUV | 93.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 42 | 0 | 0.36 | 0.68 | 0.49 | 28.31 | 0.51 | 0.34 |
| Hex | 83 | 54 | 2A | 0 | 24 | 44 | 31 | 1C | 33 | 22 |
| Octal | 203 | 124 | 52 | 0 | 44 | 104 | 61 | 34 | 63 | 42 |
| Binary | 10000011 | 1010100 | 101010 | 0 | 100100 | 1000100 | 110001 | 11100 | 110011 | 100010 |
Color Harmonies of #83542A
Complementary color
Monochromatic Colors of #83542A
Black with #83542A
Text Example
Text Example
White with #83542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83542A; }
p { color: rgb(131,84,42); }
H1.HeaderClassName
{
color: #83542A;
}
.AnyTagClassName
{
color: #83542A;
}
</style>
background-color css
<style>
a { background-color: #83542A; }
a { background-color: rgb(131,84,42); }
div.DivClassName
{
background-color: #83542A;
}
.BgClassName
{
background-color: #83542A;
}
</style>
border-color css
<style>
span { border-color: #83542A; }
span { border-color: rgb(131,84,42); }
td.TdClassName
{
border-color: #83542A;
}
.TagClassName
{
border-color: #83542A;
}
</style>