Shades of Jon #5B3B3E
Tints of Jon #5B3B3E
RGB
CMYK
RGB Variations
Color information
#5B3B3E (or 0x5B3B3E) is known color: Jon. HEX triplet: 5B, 3B and 3E. RGB value is (91,59,62). Sum of RGB (Red+Green+Blue) = 91+59+62=212 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.92% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3B3E is #A4C4C1. Grayscale: #444444. Windows color (decimal): -10798274 or 4078427. OLE color: 4078427.
HSL color Cylindrical-coordinate representation of color #5B3B3E: hue angle of 354.38º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B3B3E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 59 | 62 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.64 |
| HSL | 354.38º | 0.21% | 0.29% | - |
| HSV(B) | 354.38º | 0.35% | 0.36% | - |
| XYZ | 6.75 | 5.7 | 5.3 | - |
| YUV | 68.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 62 | 0 | 0.35 | 0.32 | 0.64 | 354.38 | 0.21 | 0.29 |
| Hex | 5B | 3B | 3E | 0 | 23 | 20 | 40 | 162 | 15 | 1D |
| Octal | 133 | 73 | 76 | 0 | 43 | 40 | 100 | 542 | 25 | 35 |
| Binary | 1011011 | 111011 | 111110 | 0 | 100011 | 100000 | 1000000 | 101100010 | 10101 | 11101 |
Color Harmonies of #5B3B3E
Complementary color
Monochromatic Colors of #5B3B3E
Black with #5B3B3E
Text Example
Text Example
White with #5B3B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3B3E; }
p { color: rgb(91,59,62); }
H1.HeaderClassName
{
color: #5B3B3E;
}
.AnyTagClassName
{
color: #5B3B3E;
}
</style>
background-color css
<style>
a { background-color: #5B3B3E; }
a { background-color: rgb(91,59,62); }
div.DivClassName
{
background-color: #5B3B3E;
}
.BgClassName
{
background-color: #5B3B3E;
}
</style>
border-color css
<style>
span { border-color: #5B3B3E; }
span { border-color: rgb(91,59,62); }
td.TdClassName
{
border-color: #5B3B3E;
}
.TagClassName
{
border-color: #5B3B3E;
}
</style>