Shades of Jazz #5D3339
Tints of Jazz #5D3339
RGB
CMYK
RGB Variations
Color information
#5D3339 (or 0x5D3339) is known color: Jazz. HEX triplet: 5D, 33 and 39. RGB value is (93,51,57). Sum of RGB (Red+Green+Blue) = 93+51+57=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3339 is #A2CCC6. Grayscale: #404040. Windows color (decimal): -10669255 or 3748701. OLE color: 3748701.
HSL color Cylindrical-coordinate representation of color #5D3339: hue angle of 351.43º 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 #5D3339 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 51 | 57 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.64 |
| HSL | 351.43º | 0.29% | 0.28% | - |
| HSV(B) | 351.43º | 0.45% | 0.36% | - |
| XYZ | 6.44 | 4.99 | 4.49 | - |
| YUV | 64.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 57 | 0 | 0.45 | 0.39 | 0.64 | 351.43 | 0.29 | 0.28 |
| Hex | 5D | 33 | 39 | 0 | 2D | 27 | 40 | 15F | 1D | 1C |
| Octal | 135 | 63 | 71 | 0 | 55 | 47 | 100 | 537 | 35 | 34 |
| Binary | 1011101 | 110011 | 111001 | 0 | 101101 | 100111 | 1000000 | 101011111 | 11101 | 11100 |
Color Harmonies of #5D3339
Complementary color
Monochromatic Colors of #5D3339
Black with #5D3339
Text Example
Text Example
White with #5D3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3339; }
p { color: rgb(93,51,57); }
H1.HeaderClassName
{
color: #5D3339;
}
.AnyTagClassName
{
color: #5D3339;
}
</style>
background-color css
<style>
a { background-color: #5D3339; }
a { background-color: rgb(93,51,57); }
div.DivClassName
{
background-color: #5D3339;
}
.BgClassName
{
background-color: #5D3339;
}
</style>
border-color css
<style>
span { border-color: #5D3339; }
span { border-color: rgb(93,51,57); }
td.TdClassName
{
border-color: #5D3339;
}
.TagClassName
{
border-color: #5D3339;
}
</style>