Shades of Jon #543B3E
Tints of Jon #543B3E
RGB
CMYK
RGB Variations
Color information
#543B3E (or 0x543B3E) is known color: Jon. HEX triplet: 54, 3B and 3E. RGB value is (84,59,62). Sum of RGB (Red+Green+Blue) = 84+59+62=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 84 - color contains mainly: red. Hex color #543B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B3E is #ABC4C1. Grayscale: #424242. Windows color (decimal): -11257026 or 4078420. OLE color: 4078420.
HSL color Cylindrical-coordinate representation of color #543B3E: hue angle of 352.8º 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 #543B3E is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 62 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.67 |
| HSL | 352.8º | 0.17% | 0.28% | - |
| HSV(B) | 352.8º | 0.3% | 0.33% | - |
| XYZ | 6.09 | 5.36 | 5.27 | - |
| YUV | 66.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 62 | 0 | 0.30 | 0.26 | 0.67 | 352.8 | 0.17 | 0.28 |
| Hex | 54 | 3B | 3E | 0 | 1E | 1A | 43 | 161 | 11 | 1C |
| Octal | 124 | 73 | 76 | 0 | 36 | 32 | 103 | 541 | 21 | 34 |
| Binary | 1010100 | 111011 | 111110 | 0 | 11110 | 11010 | 1000011 | 101100001 | 10001 | 11100 |
Color Harmonies of #543B3E
Complementary color
Monochromatic Colors of #543B3E
Black with #543B3E
Text Example
Text Example
White with #543B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B3E; }
p { color: rgb(84,59,62); }
H1.HeaderClassName
{
color: #543B3E;
}
.AnyTagClassName
{
color: #543B3E;
}
</style>
background-color css
<style>
a { background-color: #543B3E; }
a { background-color: rgb(84,59,62); }
div.DivClassName
{
background-color: #543B3E;
}
.BgClassName
{
background-color: #543B3E;
}
</style>
border-color css
<style>
span { border-color: #543B3E; }
span { border-color: rgb(84,59,62); }
td.TdClassName
{
border-color: #543B3E;
}
.TagClassName
{
border-color: #543B3E;
}
</style>