Shades of Jon #543B3C
Tints of Jon #543B3C
RGB
CMYK
RGB Variations
Color information
#543B3C (or 0x543B3C) is known color: Jon. HEX triplet: 54, 3B and 3C. RGB value is (84,59,60). Sum of RGB (Red+Green+Blue) = 84+59+60=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #543B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B3C is #ABC4C3. Grayscale: #424242. Windows color (decimal): -11257028 or 3947348. OLE color: 3947348.
HSL color Cylindrical-coordinate representation of color #543B3C: hue angle of 357.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 #543B3C is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 60 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.67 |
| HSL | 357.6º | 0.17% | 0.28% | - |
| HSV(B) | 357.6º | 0.3% | 0.33% | - |
| XYZ | 6.04 | 5.34 | 4.99 | - |
| YUV | 66.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 60 | 0 | 0.30 | 0.29 | 0.67 | 357.6 | 0.17 | 0.28 |
| Hex | 54 | 3B | 3C | 0 | 1E | 1D | 43 | 166 | 11 | 1C |
| Octal | 124 | 73 | 74 | 0 | 36 | 35 | 103 | 546 | 21 | 34 |
| Binary | 1010100 | 111011 | 111100 | 0 | 11110 | 11101 | 1000011 | 101100110 | 10001 | 11100 |
Color Harmonies of #543B3C
Complementary color
Monochromatic Colors of #543B3C
Black with #543B3C
Text Example
Text Example
White with #543B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B3C; }
p { color: rgb(84,59,60); }
H1.HeaderClassName
{
color: #543B3C;
}
.AnyTagClassName
{
color: #543B3C;
}
</style>
background-color css
<style>
a { background-color: #543B3C; }
a { background-color: rgb(84,59,60); }
div.DivClassName
{
background-color: #543B3C;
}
.BgClassName
{
background-color: #543B3C;
}
</style>
border-color css
<style>
span { border-color: #543B3C; }
span { border-color: rgb(84,59,60); }
td.TdClassName
{
border-color: #543B3C;
}
.TagClassName
{
border-color: #543B3C;
}
</style>