Shades of Jazz #5D3336
Tints of Jazz #5D3336
RGB
CMYK
RGB Variations
Color information
#5D3336 (or 0x5D3336) is known color: Jazz. HEX triplet: 5D, 33 and 36. RGB value is (93,51,54). Sum of RGB (Red+Green+Blue) = 93+51+54=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3336 is #A2CCC9. Grayscale: #3F3F3F. Windows color (decimal): -10669258 or 3552093. OLE color: 3552093.
HSL color Cylindrical-coordinate representation of color #5D3336: hue angle of 355.71º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D3336 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 51 | 54 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.64 |
| HSL | 355.71º | 0.29% | 0.28% | - |
| HSV(B) | 355.71º | 0.45% | 0.36% | - |
| XYZ | 6.36 | 4.96 | 4.11 | - |
| YUV | 63.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 54 | 0 | 0.45 | 0.42 | 0.64 | 355.71 | 0.29 | 0.28 |
| Hex | 5D | 33 | 36 | 0 | 2D | 2A | 40 | 164 | 1D | 1C |
| Octal | 135 | 63 | 66 | 0 | 55 | 52 | 100 | 544 | 35 | 34 |
| Binary | 1011101 | 110011 | 110110 | 0 | 101101 | 101010 | 1000000 | 101100100 | 11101 | 11100 |
Color Harmonies of #5D3336
Complementary color
Monochromatic Colors of #5D3336
Black with #5D3336
Text Example
Text Example
White with #5D3336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3336; }
p { color: rgb(93,51,54); }
H1.HeaderClassName
{
color: #5D3336;
}
.AnyTagClassName
{
color: #5D3336;
}
</style>
background-color css
<style>
a { background-color: #5D3336; }
a { background-color: rgb(93,51,54); }
div.DivClassName
{
background-color: #5D3336;
}
.BgClassName
{
background-color: #5D3336;
}
</style>
border-color css
<style>
span { border-color: #5D3336; }
span { border-color: rgb(93,51,54); }
td.TdClassName
{
border-color: #5D3336;
}
.TagClassName
{
border-color: #5D3336;
}
</style>