Shades of Jazz #572E32
Tints of Jazz #572E32
RGB
CMYK
RGB Variations
Color information
#572E32 (or 0x572E32) is known color: Jazz. HEX triplet: 57, 2E and 32. RGB value is (87,46,50). Sum of RGB (Red+Green+Blue) = 87+46+50=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #572E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E32 is #A8D1CD. Grayscale: #3A3A3A. Windows color (decimal): -11063758 or 3288663. OLE color: 3288663.
HSL color Cylindrical-coordinate representation of color #572E32: hue angle of 354.15º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #572E32 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 46 | 50 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.66 |
| HSL | 354.15º | 0.31% | 0.26% | - |
| HSV(B) | 354.15º | 0.47% | 0.34% | - |
| XYZ | 5.48 | 4.21 | 3.54 | - |
| YUV | 58.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 50 | 0 | 0.47 | 0.43 | 0.66 | 354.15 | 0.31 | 0.26 |
| Hex | 57 | 2E | 32 | 0 | 2F | 2B | 42 | 162 | 1F | 1A |
| Octal | 127 | 56 | 62 | 0 | 57 | 53 | 102 | 542 | 37 | 32 |
| Binary | 1010111 | 101110 | 110010 | 0 | 101111 | 101011 | 1000010 | 101100010 | 11111 | 11010 |
Color Harmonies of #572E32
Complementary color
Monochromatic Colors of #572E32
Black with #572E32
Text Example
Text Example
White with #572E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E32; }
p { color: rgb(87,46,50); }
H1.HeaderClassName
{
color: #572E32;
}
.AnyTagClassName
{
color: #572E32;
}
</style>
background-color css
<style>
a { background-color: #572E32; }
a { background-color: rgb(87,46,50); }
div.DivClassName
{
background-color: #572E32;
}
.BgClassName
{
background-color: #572E32;
}
</style>
border-color css
<style>
span { border-color: #572E32; }
span { border-color: rgb(87,46,50); }
td.TdClassName
{
border-color: #572E32;
}
.TagClassName
{
border-color: #572E32;
}
</style>