Shades of Jon #543B40
Tints of Jon #543B40
RGB
CMYK
RGB Variations
Color information
#543B40 (or 0x543B40) is known color: Jon. HEX triplet: 54, 3B and 40. RGB value is (84,59,64). Sum of RGB (Red+Green+Blue) = 84+59+64=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 84 - color contains mainly: red. Hex color #543B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B40 is #ABC4BF. Grayscale: #434343. Windows color (decimal): -11257024 or 4209492. OLE color: 4209492.
HSL color Cylindrical-coordinate representation of color #543B40: hue angle of 348º 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 #543B40 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 64 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.67 |
| HSL | 348º | 0.17% | 0.28% | - |
| HSV(B) | 348º | 0.3% | 0.33% | - |
| XYZ | 6.15 | 5.38 | 5.57 | - |
| YUV | 67.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 64 | 0 | 0.30 | 0.24 | 0.67 | 348 | 0.17 | 0.28 |
| Hex | 54 | 3B | 40 | 0 | 1E | 18 | 43 | 15C | 11 | 1C |
| Octal | 124 | 73 | 100 | 0 | 36 | 30 | 103 | 534 | 21 | 34 |
| Binary | 1010100 | 111011 | 1000000 | 0 | 11110 | 11000 | 1000011 | 101011100 | 10001 | 11100 |
Color Harmonies of #543B40
Complementary color
Monochromatic Colors of #543B40
Black with #543B40
Text Example
Text Example
White with #543B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B40; }
p { color: rgb(84,59,64); }
H1.HeaderClassName
{
color: #543B40;
}
.AnyTagClassName
{
color: #543B40;
}
</style>
background-color css
<style>
a { background-color: #543B40; }
a { background-color: rgb(84,59,64); }
div.DivClassName
{
background-color: #543B40;
}
.BgClassName
{
background-color: #543B40;
}
</style>
border-color css
<style>
span { border-color: #543B40; }
span { border-color: rgb(84,59,64); }
td.TdClassName
{
border-color: #543B40;
}
.TagClassName
{
border-color: #543B40;
}
</style>