Shades of Jon #5A3C3F
Tints of Jon #5A3C3F
RGB
CMYK
RGB Variations
Color information
#5A3C3F (or 0x5A3C3F) is known color: Jon. HEX triplet: 5A, 3C and 3F. RGB value is (90,60,63). Sum of RGB (Red+Green+Blue) = 90+60+63=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3C3F is #A5C3C0. Grayscale: #454545. Windows color (decimal): -10863553 or 4144218. OLE color: 4144218.
HSL color Cylindrical-coordinate representation of color #5A3C3F: hue angle of 354º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A3C3F is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 60 | 63 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.65 |
| HSL | 354º | 0.2% | 0.29% | - |
| HSV(B) | 354º | 0.33% | 0.35% | - |
| XYZ | 6.73 | 5.76 | 5.46 | - |
| YUV | 69.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 63 | 0 | 0.33 | 0.30 | 0.65 | 354 | 0.2 | 0.29 |
| Hex | 5A | 3C | 3F | 0 | 21 | 1E | 41 | 162 | 14 | 1D |
| Octal | 132 | 74 | 77 | 0 | 41 | 36 | 101 | 542 | 24 | 35 |
| Binary | 1011010 | 111100 | 111111 | 0 | 100001 | 11110 | 1000001 | 101100010 | 10100 | 11101 |
Color Harmonies of #5A3C3F
Complementary color
Monochromatic Colors of #5A3C3F
Black with #5A3C3F
Text Example
Text Example
White with #5A3C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3C3F; }
p { color: rgb(90,60,63); }
H1.HeaderClassName
{
color: #5A3C3F;
}
.AnyTagClassName
{
color: #5A3C3F;
}
</style>
background-color css
<style>
a { background-color: #5A3C3F; }
a { background-color: rgb(90,60,63); }
div.DivClassName
{
background-color: #5A3C3F;
}
.BgClassName
{
background-color: #5A3C3F;
}
</style>
border-color css
<style>
span { border-color: #5A3C3F; }
span { border-color: rgb(90,60,63); }
td.TdClassName
{
border-color: #5A3C3F;
}
.TagClassName
{
border-color: #5A3C3F;
}
</style>