Shades of Jon #543A3E
Tints of Jon #543A3E
RGB
CMYK
RGB Variations
Color information
#543A3E (or 0x543A3E) is known color: Jon. HEX triplet: 54, 3A and 3E. RGB value is (84,58,62). Sum of RGB (Red+Green+Blue) = 84+58+62=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #543A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543A3E is #ABC5C1. Grayscale: #424242. Windows color (decimal): -11257282 or 4078164. OLE color: 4078164.
HSL color Cylindrical-coordinate representation of color #543A3E: hue angle of 350.77º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #543A3E is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 62 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.67 |
| HSL | 350.77º | 0.18% | 0.28% | - |
| HSV(B) | 350.77º | 0.31% | 0.33% | - |
| XYZ | 6.04 | 5.26 | 5.25 | - |
| YUV | 66.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 62 | 0 | 0.31 | 0.26 | 0.67 | 350.77 | 0.18 | 0.28 |
| Hex | 54 | 3A | 3E | 0 | 1F | 1A | 43 | 15F | 12 | 1C |
| Octal | 124 | 72 | 76 | 0 | 37 | 32 | 103 | 537 | 22 | 34 |
| Binary | 1010100 | 111010 | 111110 | 0 | 11111 | 11010 | 1000011 | 101011111 | 10010 | 11100 |
Color Harmonies of #543A3E
Complementary color
Monochromatic Colors of #543A3E
Black with #543A3E
Text Example
Text Example
White with #543A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A3E; }
p { color: rgb(84,58,62); }
H1.HeaderClassName
{
color: #543A3E;
}
.AnyTagClassName
{
color: #543A3E;
}
</style>
background-color css
<style>
a { background-color: #543A3E; }
a { background-color: rgb(84,58,62); }
div.DivClassName
{
background-color: #543A3E;
}
.BgClassName
{
background-color: #543A3E;
}
</style>
border-color css
<style>
span { border-color: #543A3E; }
span { border-color: rgb(84,58,62); }
td.TdClassName
{
border-color: #543A3E;
}
.TagClassName
{
border-color: #543A3E;
}
</style>