Shades of Jazz #572D2E
Tints of Jazz #572D2E
RGB
CMYK
RGB Variations
Color information
#572D2E (or 0x572D2E) is known color: Jazz. HEX triplet: 57, 2D and 2E. RGB value is (87,45,46). Sum of RGB (Red+Green+Blue) = 87+45+46=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #572D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D2E is #A8D2D1. Grayscale: #393939. Windows color (decimal): -11064018 or 3026263. OLE color: 3026263.
HSL color Cylindrical-coordinate representation of color #572D2E: hue angle of 358.57º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #572D2E is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 45 | 46 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.66 |
| HSL | 358.57º | 0.32% | 0.26% | - |
| HSV(B) | 358.57º | 0.48% | 0.34% | - |
| XYZ | 5.36 | 4.1 | 3.09 | - |
| YUV | 57.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 45 | 46 | 0 | 0.48 | 0.47 | 0.66 | 358.57 | 0.32 | 0.26 |
| Hex | 57 | 2D | 2E | 0 | 30 | 2F | 42 | 167 | 20 | 1A |
| Octal | 127 | 55 | 56 | 0 | 60 | 57 | 102 | 547 | 40 | 32 |
| Binary | 1010111 | 101101 | 101110 | 0 | 110000 | 101111 | 1000010 | 101100111 | 100000 | 11010 |
Color Harmonies of #572D2E
Complementary color
Monochromatic Colors of #572D2E
Black with #572D2E
Text Example
Text Example
White with #572D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572D2E; }
p { color: rgb(87,45,46); }
H1.HeaderClassName
{
color: #572D2E;
}
.AnyTagClassName
{
color: #572D2E;
}
</style>
background-color css
<style>
a { background-color: #572D2E; }
a { background-color: rgb(87,45,46); }
div.DivClassName
{
background-color: #572D2E;
}
.BgClassName
{
background-color: #572D2E;
}
</style>
border-color css
<style>
span { border-color: #572D2E; }
span { border-color: rgb(87,45,46); }
td.TdClassName
{
border-color: #572D2E;
}
.TagClassName
{
border-color: #572D2E;
}
</style>