Shades of Jazz #5E3235
Tints of Jazz #5E3235
RGB
CMYK
RGB Variations
Color information
#5E3235 (or 0x5E3235) is known color: Jazz. HEX triplet: 5E, 32 and 35. RGB value is (94,50,53). Sum of RGB (Red+Green+Blue) = 94+50+53=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3235 is #A1CDCA. Grayscale: #3F3F3F. Windows color (decimal): -10603979 or 3486302. OLE color: 3486302.
HSL color Cylindrical-coordinate representation of color #5E3235: hue angle of 355.91º 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 #5E3235 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 50 | 53 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.63 |
| HSL | 355.91º | 0.31% | 0.28% | - |
| HSV(B) | 355.91º | 0.47% | 0.37% | - |
| XYZ | 6.4 | 4.92 | 3.98 | - |
| YUV | 63.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 53 | 0 | 0.47 | 0.44 | 0.63 | 355.91 | 0.31 | 0.28 |
| Hex | 5E | 32 | 35 | 0 | 2F | 2C | 3F | 164 | 1F | 1C |
| Octal | 136 | 62 | 65 | 0 | 57 | 54 | 77 | 544 | 37 | 34 |
| Binary | 1011110 | 110010 | 110101 | 0 | 101111 | 101100 | 111111 | 101100100 | 11111 | 11100 |
Color Harmonies of #5E3235
Complementary color
Monochromatic Colors of #5E3235
Black with #5E3235
Text Example
Text Example
White with #5E3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3235; }
p { color: rgb(94,50,53); }
H1.HeaderClassName
{
color: #5E3235;
}
.AnyTagClassName
{
color: #5E3235;
}
</style>
background-color css
<style>
a { background-color: #5E3235; }
a { background-color: rgb(94,50,53); }
div.DivClassName
{
background-color: #5E3235;
}
.BgClassName
{
background-color: #5E3235;
}
</style>
border-color css
<style>
span { border-color: #5E3235; }
span { border-color: rgb(94,50,53); }
td.TdClassName
{
border-color: #5E3235;
}
.TagClassName
{
border-color: #5E3235;
}
</style>