Shades of Jazz #5F3637
Tints of Jazz #5F3637
RGB
CMYK
RGB Variations
Color information
#5F3637 (or 0x5F3637) is known color: Jazz. HEX triplet: 5F, 36 and 37. RGB value is (95,54,55). Sum of RGB (Red+Green+Blue) = 95+54+55=204 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.57% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3637 is #A0C9C8. Grayscale: #424242. Windows color (decimal): -10537417 or 3618399. OLE color: 3618399.
HSL color Cylindrical-coordinate representation of color #5F3637: hue angle of 358.54º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F3637 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 54 | 55 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.63 |
| HSL | 358.54º | 0.28% | 0.29% | - |
| HSV(B) | 358.54º | 0.43% | 0.37% | - |
| XYZ | 6.73 | 5.35 | 4.29 | - |
| YUV | 66.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 54 | 55 | 0 | 0.43 | 0.42 | 0.63 | 358.54 | 0.28 | 0.29 |
| Hex | 5F | 36 | 37 | 0 | 2B | 2A | 3F | 167 | 1C | 1D |
| Octal | 137 | 66 | 67 | 0 | 53 | 52 | 77 | 547 | 34 | 35 |
| Binary | 1011111 | 110110 | 110111 | 0 | 101011 | 101010 | 111111 | 101100111 | 11100 | 11101 |
Color Harmonies of #5F3637
Complementary color
Monochromatic Colors of #5F3637
Black with #5F3637
Text Example
Text Example
White with #5F3637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3637; }
p { color: rgb(95,54,55); }
H1.HeaderClassName
{
color: #5F3637;
}
.AnyTagClassName
{
color: #5F3637;
}
</style>
background-color css
<style>
a { background-color: #5F3637; }
a { background-color: rgb(95,54,55); }
div.DivClassName
{
background-color: #5F3637;
}
.BgClassName
{
background-color: #5F3637;
}
</style>
border-color css
<style>
span { border-color: #5F3637; }
span { border-color: rgb(95,54,55); }
td.TdClassName
{
border-color: #5F3637;
}
.TagClassName
{
border-color: #5F3637;
}
</style>