Shades of Korma #83542F
Tints of Korma #83542F
RGB
CMYK
RGB Variations
Color information
#83542F (or 0x83542F) is known color: Korma. HEX triplet: 83, 54 and 2F. RGB value is (131,84,47). Sum of RGB (Red+Green+Blue) = 131+84+47=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #83542F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83542F is #7CABD0. Grayscale: #5E5E5E. Windows color (decimal): -8170449 or 3101827. OLE color: 3101827.
HSL color Cylindrical-coordinate representation of color #83542F: hue angle of 26.43º 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 #83542F is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 84 | 47 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.49 |
| HSL | 26.43º | 0.47% | 0.35% | - |
| HSV(B) | 26.43º | 0.64% | 0.51% | - |
| XYZ | 13.04 | 11.37 | 4.2 | - |
| YUV | 93.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 47 | 0 | 0.36 | 0.64 | 0.49 | 26.43 | 0.47 | 0.35 |
| Hex | 83 | 54 | 2F | 0 | 24 | 40 | 31 | 1A | 2F | 23 |
| Octal | 203 | 124 | 57 | 0 | 44 | 100 | 61 | 32 | 57 | 43 |
| Binary | 10000011 | 1010100 | 101111 | 0 | 100100 | 1000000 | 110001 | 11010 | 101111 | 100011 |
Color Harmonies of #83542F
Complementary color
Monochromatic Colors of #83542F
Black with #83542F
Text Example
Text Example
White with #83542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83542F; }
p { color: rgb(131,84,47); }
H1.HeaderClassName
{
color: #83542F;
}
.AnyTagClassName
{
color: #83542F;
}
</style>
background-color css
<style>
a { background-color: #83542F; }
a { background-color: rgb(131,84,47); }
div.DivClassName
{
background-color: #83542F;
}
.BgClassName
{
background-color: #83542F;
}
</style>
border-color css
<style>
span { border-color: #83542F; }
span { border-color: rgb(131,84,47); }
td.TdClassName
{
border-color: #83542F;
}
.TagClassName
{
border-color: #83542F;
}
</style>