Shades of Jon #54373A
Tints of Jon #54373A
RGB
CMYK
RGB Variations
Color information
#54373A (or 0x54373A) is known color: Jon. HEX triplet: 54, 37 and 3A. RGB value is (84,55,58). Sum of RGB (Red+Green+Blue) = 84+55+58=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54373A is #ABC8C5. Grayscale: #404040. Windows color (decimal): -11258054 or 3815252. OLE color: 3815252.
HSL color Cylindrical-coordinate representation of color #54373A: hue angle of 353.79º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54373A is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 55 | 58 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.67 |
| HSL | 353.79º | 0.21% | 0.27% | - |
| HSV(B) | 353.79º | 0.35% | 0.33% | - |
| XYZ | 5.79 | 4.92 | 4.65 | - |
| YUV | 64.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 58 | 0 | 0.35 | 0.31 | 0.67 | 353.79 | 0.21 | 0.27 |
| Hex | 54 | 37 | 3A | 0 | 23 | 1F | 43 | 162 | 15 | 1B |
| Octal | 124 | 67 | 72 | 0 | 43 | 37 | 103 | 542 | 25 | 33 |
| Binary | 1010100 | 110111 | 111010 | 0 | 100011 | 11111 | 1000011 | 101100010 | 10101 | 11011 |
Color Harmonies of #54373A
Complementary color
Monochromatic Colors of #54373A
Black with #54373A
Text Example
Text Example
White with #54373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54373A; }
p { color: rgb(84,55,58); }
H1.HeaderClassName
{
color: #54373A;
}
.AnyTagClassName
{
color: #54373A;
}
</style>
background-color css
<style>
a { background-color: #54373A; }
a { background-color: rgb(84,55,58); }
div.DivClassName
{
background-color: #54373A;
}
.BgClassName
{
background-color: #54373A;
}
</style>
border-color css
<style>
span { border-color: #54373A; }
span { border-color: rgb(84,55,58); }
td.TdClassName
{
border-color: #54373A;
}
.TagClassName
{
border-color: #54373A;
}
</style>