Shades of Jon #543E3F
Tints of Jon #543E3F
RGB
CMYK
RGB Variations
Color information
#543E3F (or 0x543E3F) is known color: Jon. HEX triplet: 54, 3E and 3F. RGB value is (84,62,63). Sum of RGB (Red+Green+Blue) = 84+62+63=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 84 - color contains mainly: red. Hex color #543E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543E3F is #ABC1C0. Grayscale: #444444. Windows color (decimal): -11256257 or 4144724. OLE color: 4144724.
HSL color Cylindrical-coordinate representation of color #543E3F: hue angle of 357.27º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #543E3F is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 62 | 63 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.67 |
| HSL | 357.27º | 0.15% | 0.29% | - |
| HSV(B) | 357.27º | 0.26% | 0.33% | - |
| XYZ | 6.28 | 5.69 | 5.47 | - |
| YUV | 68.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 63 | 0 | 0.26 | 0.25 | 0.67 | 357.27 | 0.15 | 0.29 |
| Hex | 54 | 3E | 3F | 0 | 1A | 19 | 43 | 165 | F | 1D |
| Octal | 124 | 76 | 77 | 0 | 32 | 31 | 103 | 545 | 17 | 35 |
| Binary | 1010100 | 111110 | 111111 | 0 | 11010 | 11001 | 1000011 | 101100101 | 1111 | 11101 |
Color Harmonies of #543E3F
Complementary color
Monochromatic Colors of #543E3F
Black with #543E3F
Text Example
Text Example
White with #543E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E3F; }
p { color: rgb(84,62,63); }
H1.HeaderClassName
{
color: #543E3F;
}
.AnyTagClassName
{
color: #543E3F;
}
</style>
background-color css
<style>
a { background-color: #543E3F; }
a { background-color: rgb(84,62,63); }
div.DivClassName
{
background-color: #543E3F;
}
.BgClassName
{
background-color: #543E3F;
}
</style>
border-color css
<style>
span { border-color: #543E3F; }
span { border-color: rgb(84,62,63); }
td.TdClassName
{
border-color: #543E3F;
}
.TagClassName
{
border-color: #543E3F;
}
</style>