Shades of Korma #83532B
Tints of Korma #83532B
RGB
CMYK
RGB Variations
Color information
#83532B (or 0x83532B) is known color: Korma. HEX triplet: 83, 53 and 2B. RGB value is (131,83,43). Sum of RGB (Red+Green+Blue) = 131+83+43=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #83532B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83532B is #7CACD4. Grayscale: #5D5D5D. Windows color (decimal): -8170709 or 2839427. OLE color: 2839427.
HSL color Cylindrical-coordinate representation of color #83532B: hue angle of 27.27º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83532B is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 83 | 43 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.49 |
| HSL | 27.27º | 0.51% | 0.34% | - |
| HSV(B) | 27.27º | 0.67% | 0.51% | - |
| XYZ | 12.89 | 11.19 | 3.77 | - |
| YUV | 92.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 43 | 0 | 0.37 | 0.67 | 0.49 | 27.27 | 0.51 | 0.34 |
| Hex | 83 | 53 | 2B | 0 | 25 | 43 | 31 | 1B | 33 | 22 |
| Octal | 203 | 123 | 53 | 0 | 45 | 103 | 61 | 33 | 63 | 42 |
| Binary | 10000011 | 1010011 | 101011 | 0 | 100101 | 1000011 | 110001 | 11011 | 110011 | 100010 |
Color Harmonies of #83532B
Complementary color
Monochromatic Colors of #83532B
Black with #83532B
Text Example
Text Example
White with #83532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83532B; }
p { color: rgb(131,83,43); }
H1.HeaderClassName
{
color: #83532B;
}
.AnyTagClassName
{
color: #83532B;
}
</style>
background-color css
<style>
a { background-color: #83532B; }
a { background-color: rgb(131,83,43); }
div.DivClassName
{
background-color: #83532B;
}
.BgClassName
{
background-color: #83532B;
}
</style>
border-color css
<style>
span { border-color: #83532B; }
span { border-color: rgb(131,83,43); }
td.TdClassName
{
border-color: #83532B;
}
.TagClassName
{
border-color: #83532B;
}
</style>