Shades of Jon #543B41
Tints of Jon #543B41
RGB
CMYK
RGB Variations
Color information
#543B41 (or 0x543B41) is known color: Jon. HEX triplet: 54, 3B and 41. RGB value is (84,59,65). Sum of RGB (Red+Green+Blue) = 84+59+65=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 84 - color contains mainly: red. Hex color #543B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B41 is #ABC4BE. Grayscale: #434343. Windows color (decimal): -11257023 or 4275028. OLE color: 4275028.
HSL color Cylindrical-coordinate representation of color #543B41: hue angle of 345.6º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #543B41 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 65 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.67 |
| HSL | 345.6º | 0.17% | 0.28% | - |
| HSV(B) | 345.6º | 0.3% | 0.33% | - |
| XYZ | 6.17 | 5.39 | 5.72 | - |
| YUV | 67.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 65 | 0 | 0.30 | 0.23 | 0.67 | 345.6 | 0.17 | 0.28 |
| Hex | 54 | 3B | 41 | 0 | 1E | 17 | 43 | 15A | 11 | 1C |
| Octal | 124 | 73 | 101 | 0 | 36 | 27 | 103 | 532 | 21 | 34 |
| Binary | 1010100 | 111011 | 1000001 | 0 | 11110 | 10111 | 1000011 | 101011010 | 10001 | 11100 |
Color Harmonies of #543B41
Complementary color
Monochromatic Colors of #543B41
Black with #543B41
Text Example
Text Example
White with #543B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B41; }
p { color: rgb(84,59,65); }
H1.HeaderClassName
{
color: #543B41;
}
.AnyTagClassName
{
color: #543B41;
}
</style>
background-color css
<style>
a { background-color: #543B41; }
a { background-color: rgb(84,59,65); }
div.DivClassName
{
background-color: #543B41;
}
.BgClassName
{
background-color: #543B41;
}
</style>
border-color css
<style>
span { border-color: #543B41; }
span { border-color: rgb(84,59,65); }
td.TdClassName
{
border-color: #543B41;
}
.TagClassName
{
border-color: #543B41;
}
</style>