Shades of Jazz #5E3339
Tints of Jazz #5E3339
RGB
CMYK
RGB Variations
Color information
#5E3339 (or 0x5E3339) is known color: Jazz. HEX triplet: 5E, 33 and 39. RGB value is (94,51,57). Sum of RGB (Red+Green+Blue) = 94+51+57=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3339 is #A1CCC6. Grayscale: #404040. Windows color (decimal): -10603719 or 3748702. OLE color: 3748702.
HSL color Cylindrical-coordinate representation of color #5E3339: hue angle of 351.63º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E3339 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 51 | 57 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.63 |
| HSL | 351.63º | 0.3% | 0.28% | - |
| HSV(B) | 351.63º | 0.46% | 0.37% | - |
| XYZ | 6.54 | 5.04 | 4.5 | - |
| YUV | 64.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 57 | 0 | 0.46 | 0.39 | 0.63 | 351.63 | 0.3 | 0.28 |
| Hex | 5E | 33 | 39 | 0 | 2E | 27 | 3F | 160 | 1E | 1C |
| Octal | 136 | 63 | 71 | 0 | 56 | 47 | 77 | 540 | 36 | 34 |
| Binary | 1011110 | 110011 | 111001 | 0 | 101110 | 100111 | 111111 | 101100000 | 11110 | 11100 |
Color Harmonies of #5E3339
Complementary color
Monochromatic Colors of #5E3339
Black with #5E3339
Text Example
Text Example
White with #5E3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3339; }
p { color: rgb(94,51,57); }
H1.HeaderClassName
{
color: #5E3339;
}
.AnyTagClassName
{
color: #5E3339;
}
</style>
background-color css
<style>
a { background-color: #5E3339; }
a { background-color: rgb(94,51,57); }
div.DivClassName
{
background-color: #5E3339;
}
.BgClassName
{
background-color: #5E3339;
}
</style>
border-color css
<style>
span { border-color: #5E3339; }
span { border-color: rgb(94,51,57); }
td.TdClassName
{
border-color: #5E3339;
}
.TagClassName
{
border-color: #5E3339;
}
</style>