Shades of Jazz #5D3033
Tints of Jazz #5D3033
RGB
CMYK
RGB Variations
Color information
#5D3033 (or 0x5D3033) is known color: Jazz. HEX triplet: 5D, 30 and 33. RGB value is (93,48,51). Sum of RGB (Red+Green+Blue) = 93+48+51=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3033 is #A2CFCC. Grayscale: #3D3D3D. Windows color (decimal): -10670029 or 3354717. OLE color: 3354717.
HSL color Cylindrical-coordinate representation of color #5D3033: hue angle of 356º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D3033 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 48 | 51 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.64 |
| HSL | 356º | 0.32% | 0.28% | - |
| HSV(B) | 356º | 0.48% | 0.36% | - |
| XYZ | 6.17 | 4.68 | 3.71 | - |
| YUV | 61.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 51 | 0 | 0.48 | 0.45 | 0.64 | 356 | 0.32 | 0.28 |
| Hex | 5D | 30 | 33 | 0 | 30 | 2D | 40 | 164 | 20 | 1C |
| Octal | 135 | 60 | 63 | 0 | 60 | 55 | 100 | 544 | 40 | 34 |
| Binary | 1011101 | 110000 | 110011 | 0 | 110000 | 101101 | 1000000 | 101100100 | 100000 | 11100 |
Color Harmonies of #5D3033
Complementary color
Monochromatic Colors of #5D3033
Black with #5D3033
Text Example
Text Example
White with #5D3033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3033; }
p { color: rgb(93,48,51); }
H1.HeaderClassName
{
color: #5D3033;
}
.AnyTagClassName
{
color: #5D3033;
}
</style>
background-color css
<style>
a { background-color: #5D3033; }
a { background-color: rgb(93,48,51); }
div.DivClassName
{
background-color: #5D3033;
}
.BgClassName
{
background-color: #5D3033;
}
</style>
border-color css
<style>
span { border-color: #5D3033; }
span { border-color: rgb(93,48,51); }
td.TdClassName
{
border-color: #5D3033;
}
.TagClassName
{
border-color: #5D3033;
}
</style>