Shades of Jazz #5E3236
Tints of Jazz #5E3236
RGB
CMYK
RGB Variations
Color information
#5E3236 (or 0x5E3236) is known color: Jazz. HEX triplet: 5E, 32 and 36. RGB value is (94,50,54). Sum of RGB (Red+Green+Blue) = 94+50+54=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3236 is #A1CDC9. Grayscale: #3F3F3F. Windows color (decimal): -10603978 or 3551838. OLE color: 3551838.
HSL color Cylindrical-coordinate representation of color #5E3236: hue angle of 354.55º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3236 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 50 | 54 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.63 |
| HSL | 354.55º | 0.31% | 0.28% | - |
| HSV(B) | 354.55º | 0.47% | 0.37% | - |
| XYZ | 6.42 | 4.93 | 4.1 | - |
| YUV | 63.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 54 | 0 | 0.47 | 0.43 | 0.63 | 354.55 | 0.31 | 0.28 |
| Hex | 5E | 32 | 36 | 0 | 2F | 2B | 3F | 163 | 1F | 1C |
| Octal | 136 | 62 | 66 | 0 | 57 | 53 | 77 | 543 | 37 | 34 |
| Binary | 1011110 | 110010 | 110110 | 0 | 101111 | 101011 | 111111 | 101100011 | 11111 | 11100 |
Color Harmonies of #5E3236
Complementary color
Monochromatic Colors of #5E3236
Black with #5E3236
Text Example
Text Example
White with #5E3236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3236; }
p { color: rgb(94,50,54); }
H1.HeaderClassName
{
color: #5E3236;
}
.AnyTagClassName
{
color: #5E3236;
}
</style>
background-color css
<style>
a { background-color: #5E3236; }
a { background-color: rgb(94,50,54); }
div.DivClassName
{
background-color: #5E3236;
}
.BgClassName
{
background-color: #5E3236;
}
</style>
border-color css
<style>
span { border-color: #5E3236; }
span { border-color: rgb(94,50,54); }
td.TdClassName
{
border-color: #5E3236;
}
.TagClassName
{
border-color: #5E3236;
}
</style>