Shades of Korma #83532F
Tints of Korma #83532F
RGB
CMYK
RGB Variations
Color information
#83532F (or 0x83532F) is known color: Korma. HEX triplet: 83, 53 and 2F. RGB value is (131,83,47). Sum of RGB (Red+Green+Blue) = 131+83+47=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83532F is #7CACD0. Grayscale: #5D5D5D. Windows color (decimal): -8170705 or 3101571. OLE color: 3101571.
HSL color Cylindrical-coordinate representation of color #83532F: hue angle of 25.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83532F is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 83 | 47 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.49 |
| HSL | 25.71º | 0.47% | 0.35% | - |
| HSV(B) | 25.71º | 0.64% | 0.51% | - |
| XYZ | 12.97 | 11.22 | 4.17 | - |
| YUV | 93.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 47 | 0 | 0.37 | 0.64 | 0.49 | 25.71 | 0.47 | 0.35 |
| Hex | 83 | 53 | 2F | 0 | 25 | 40 | 31 | 1A | 2F | 23 |
| Octal | 203 | 123 | 57 | 0 | 45 | 100 | 61 | 32 | 57 | 43 |
| Binary | 10000011 | 1010011 | 101111 | 0 | 100101 | 1000000 | 110001 | 11010 | 101111 | 100011 |
Color Harmonies of #83532F
Complementary color
Monochromatic Colors of #83532F
Black with #83532F
Text Example
Text Example
White with #83532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83532F; }
p { color: rgb(131,83,47); }
H1.HeaderClassName
{
color: #83532F;
}
.AnyTagClassName
{
color: #83532F;
}
</style>
background-color css
<style>
a { background-color: #83532F; }
a { background-color: rgb(131,83,47); }
div.DivClassName
{
background-color: #83532F;
}
.BgClassName
{
background-color: #83532F;
}
</style>
border-color css
<style>
span { border-color: #83532F; }
span { border-color: rgb(131,83,47); }
td.TdClassName
{
border-color: #83532F;
}
.TagClassName
{
border-color: #83532F;
}
</style>