Shades of Jon #54393D
Tints of Jon #54393D
RGB
CMYK
RGB Variations
Color information
#54393D (or 0x54393D) is known color: Jon. HEX triplet: 54, 39 and 3D. RGB value is (84,57,61). Sum of RGB (Red+Green+Blue) = 84+57+61=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #54393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54393D is #ABC6C2. Grayscale: #414141. Windows color (decimal): -11257539 or 4012372. OLE color: 4012372.
HSL color Cylindrical-coordinate representation of color #54393D: hue angle of 351.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54393D is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 57 | 61 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.67 |
| HSL | 351.11º | 0.19% | 0.28% | - |
| HSV(B) | 351.11º | 0.32% | 0.33% | - |
| XYZ | 5.96 | 5.15 | 5.09 | - |
| YUV | 65.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 61 | 0 | 0.32 | 0.27 | 0.67 | 351.11 | 0.19 | 0.28 |
| Hex | 54 | 39 | 3D | 0 | 20 | 1B | 43 | 15F | 13 | 1C |
| Octal | 124 | 71 | 75 | 0 | 40 | 33 | 103 | 537 | 23 | 34 |
| Binary | 1010100 | 111001 | 111101 | 0 | 100000 | 11011 | 1000011 | 101011111 | 10011 | 11100 |
Color Harmonies of #54393D
Complementary color
Monochromatic Colors of #54393D
Black with #54393D
Text Example
Text Example
White with #54393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54393D; }
p { color: rgb(84,57,61); }
H1.HeaderClassName
{
color: #54393D;
}
.AnyTagClassName
{
color: #54393D;
}
</style>
background-color css
<style>
a { background-color: #54393D; }
a { background-color: rgb(84,57,61); }
div.DivClassName
{
background-color: #54393D;
}
.BgClassName
{
background-color: #54393D;
}
</style>
border-color css
<style>
span { border-color: #54393D; }
span { border-color: rgb(84,57,61); }
td.TdClassName
{
border-color: #54393D;
}
.TagClassName
{
border-color: #54393D;
}
</style>