Shades of Jazz #562E32
Tints of Jazz #562E32
RGB
CMYK
RGB Variations
Color information
#562E32 (or 0x562E32) is known color: Jazz. HEX triplet: 56, 2E and 32. RGB value is (86,46,50). Sum of RGB (Red+Green+Blue) = 86+46+50=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #562E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E32 is #A9D1CD. Grayscale: #3A3A3A. Windows color (decimal): -11129294 or 3288662. OLE color: 3288662.
HSL color Cylindrical-coordinate representation of color #562E32: hue angle of 354º degrees, saturation: 0.3, 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 #562E32 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 46 | 50 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.66 |
| HSL | 354º | 0.3% | 0.26% | - |
| HSV(B) | 354º | 0.47% | 0.34% | - |
| XYZ | 5.39 | 4.16 | 3.54 | - |
| YUV | 58.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 50 | 0 | 0.47 | 0.42 | 0.66 | 354 | 0.3 | 0.26 |
| Hex | 56 | 2E | 32 | 0 | 2F | 2A | 42 | 162 | 1E | 1A |
| Octal | 126 | 56 | 62 | 0 | 57 | 52 | 102 | 542 | 36 | 32 |
| Binary | 1010110 | 101110 | 110010 | 0 | 101111 | 101010 | 1000010 | 101100010 | 11110 | 11010 |
Color Harmonies of #562E32
Complementary color
Monochromatic Colors of #562E32
Black with #562E32
Text Example
Text Example
White with #562E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562E32; }
p { color: rgb(86,46,50); }
H1.HeaderClassName
{
color: #562E32;
}
.AnyTagClassName
{
color: #562E32;
}
</style>
background-color css
<style>
a { background-color: #562E32; }
a { background-color: rgb(86,46,50); }
div.DivClassName
{
background-color: #562E32;
}
.BgClassName
{
background-color: #562E32;
}
</style>
border-color css
<style>
span { border-color: #562E32; }
span { border-color: rgb(86,46,50); }
td.TdClassName
{
border-color: #562E32;
}
.TagClassName
{
border-color: #562E32;
}
</style>