Shades of Jon #54393C
Tints of Jon #54393C
RGB
CMYK
RGB Variations
Color information
#54393C (or 0x54393C) is known color: Jon. HEX triplet: 54, 39 and 3C. RGB value is (84,57,60). Sum of RGB (Red+Green+Blue) = 84+57+60=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #54393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54393C is #ABC6C3. Grayscale: #414141. Windows color (decimal): -11257540 or 3946836. OLE color: 3946836.
HSL color Cylindrical-coordinate representation of color #54393C: hue angle of 353.33º 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 #54393C is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 57 | 60 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.67 |
| HSL | 353.33º | 0.19% | 0.28% | - |
| HSV(B) | 353.33º | 0.32% | 0.33% | - |
| XYZ | 5.93 | 5.14 | 4.95 | - |
| YUV | 65.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 60 | 0 | 0.32 | 0.29 | 0.67 | 353.33 | 0.19 | 0.28 |
| Hex | 54 | 39 | 3C | 0 | 20 | 1D | 43 | 161 | 13 | 1C |
| Octal | 124 | 71 | 74 | 0 | 40 | 35 | 103 | 541 | 23 | 34 |
| Binary | 1010100 | 111001 | 111100 | 0 | 100000 | 11101 | 1000011 | 101100001 | 10011 | 11100 |
Color Harmonies of #54393C
Complementary color
Monochromatic Colors of #54393C
Black with #54393C
Text Example
Text Example
White with #54393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54393C; }
p { color: rgb(84,57,60); }
H1.HeaderClassName
{
color: #54393C;
}
.AnyTagClassName
{
color: #54393C;
}
</style>
background-color css
<style>
a { background-color: #54393C; }
a { background-color: rgb(84,57,60); }
div.DivClassName
{
background-color: #54393C;
}
.BgClassName
{
background-color: #54393C;
}
</style>
border-color css
<style>
span { border-color: #54393C; }
span { border-color: rgb(84,57,60); }
td.TdClassName
{
border-color: #54393C;
}
.TagClassName
{
border-color: #54393C;
}
</style>