Shades of Jon #5A3D3E
Tints of Jon #5A3D3E
RGB
CMYK
RGB Variations
Color information
#5A3D3E (or 0x5A3D3E) is known color: Jon. HEX triplet: 5A, 3D and 3E. RGB value is (90,61,62). Sum of RGB (Red+Green+Blue) = 90+61+62=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3D3E is #A5C2C1. Grayscale: #454545. Windows color (decimal): -10863298 or 4078938. OLE color: 4078938.
HSL color Cylindrical-coordinate representation of color #5A3D3E: hue angle of 357.93º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A3D3E is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 61 | 62 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.65 |
| HSL | 357.93º | 0.19% | 0.3% | - |
| HSV(B) | 357.93º | 0.32% | 0.35% | - |
| XYZ | 6.75 | 5.86 | 5.33 | - |
| YUV | 69.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 62 | 0 | 0.32 | 0.31 | 0.65 | 357.93 | 0.19 | 0.3 |
| Hex | 5A | 3D | 3E | 0 | 20 | 1F | 41 | 166 | 13 | 1E |
| Octal | 132 | 75 | 76 | 0 | 40 | 37 | 101 | 546 | 23 | 36 |
| Binary | 1011010 | 111101 | 111110 | 0 | 100000 | 11111 | 1000001 | 101100110 | 10011 | 11110 |
Color Harmonies of #5A3D3E
Complementary color
Monochromatic Colors of #5A3D3E
Black with #5A3D3E
Text Example
Text Example
White with #5A3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3D3E; }
p { color: rgb(90,61,62); }
H1.HeaderClassName
{
color: #5A3D3E;
}
.AnyTagClassName
{
color: #5A3D3E;
}
</style>
background-color css
<style>
a { background-color: #5A3D3E; }
a { background-color: rgb(90,61,62); }
div.DivClassName
{
background-color: #5A3D3E;
}
.BgClassName
{
background-color: #5A3D3E;
}
</style>
border-color css
<style>
span { border-color: #5A3D3E; }
span { border-color: rgb(90,61,62); }
td.TdClassName
{
border-color: #5A3D3E;
}
.TagClassName
{
border-color: #5A3D3E;
}
</style>