Shades of Jon #5A3A3E
Tints of Jon #5A3A3E
RGB
CMYK
RGB Variations
Color information
#5A3A3E (or 0x5A3A3E) is known color: Jon. HEX triplet: 5A, 3A and 3E. RGB value is (90,58,62). Sum of RGB (Red+Green+Blue) = 90+58+62=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3A3E is #A5C5C1. Grayscale: #444444. Windows color (decimal): -10864066 or 4078170. OLE color: 4078170.
HSL color Cylindrical-coordinate representation of color #5A3A3E: hue angle of 352.5º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A3A3E is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 58 | 62 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.65 |
| HSL | 352.5º | 0.22% | 0.29% | - |
| HSV(B) | 352.5º | 0.36% | 0.35% | - |
| XYZ | 6.6 | 5.55 | 5.28 | - |
| YUV | 68.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 62 | 0 | 0.36 | 0.31 | 0.65 | 352.5 | 0.22 | 0.29 |
| Hex | 5A | 3A | 3E | 0 | 24 | 1F | 41 | 160 | 16 | 1D |
| Octal | 132 | 72 | 76 | 0 | 44 | 37 | 101 | 540 | 26 | 35 |
| Binary | 1011010 | 111010 | 111110 | 0 | 100100 | 11111 | 1000001 | 101100000 | 10110 | 11101 |
Color Harmonies of #5A3A3E
Complementary color
Monochromatic Colors of #5A3A3E
Black with #5A3A3E
Text Example
Text Example
White with #5A3A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3A3E; }
p { color: rgb(90,58,62); }
H1.HeaderClassName
{
color: #5A3A3E;
}
.AnyTagClassName
{
color: #5A3A3E;
}
</style>
background-color css
<style>
a { background-color: #5A3A3E; }
a { background-color: rgb(90,58,62); }
div.DivClassName
{
background-color: #5A3A3E;
}
.BgClassName
{
background-color: #5A3A3E;
}
</style>
border-color css
<style>
span { border-color: #5A3A3E; }
span { border-color: rgb(90,58,62); }
td.TdClassName
{
border-color: #5A3A3E;
}
.TagClassName
{
border-color: #5A3A3E;
}
</style>