Shades of Jazz #562F32
Tints of Jazz #562F32
RGB
CMYK
RGB Variations
Color information
#562F32 (or 0x562F32) is known color: Jazz. HEX triplet: 56, 2F and 32. RGB value is (86,47,50). Sum of RGB (Red+Green+Blue) = 86+47+50=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #562F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F32 is #A9D0CD. Grayscale: #3B3B3B. Windows color (decimal): -11129038 or 3288918. OLE color: 3288918.
HSL color Cylindrical-coordinate representation of color #562F32: hue angle of 355.38º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #562F32 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 47 | 50 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.66 |
| HSL | 355.38º | 0.29% | 0.26% | - |
| HSV(B) | 355.38º | 0.45% | 0.34% | - |
| XYZ | 5.43 | 4.24 | 3.55 | - |
| YUV | 59 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 50 | 0 | 0.45 | 0.42 | 0.66 | 355.38 | 0.29 | 0.26 |
| Hex | 56 | 2F | 32 | 0 | 2D | 2A | 42 | 163 | 1D | 1A |
| Octal | 126 | 57 | 62 | 0 | 55 | 52 | 102 | 543 | 35 | 32 |
| Binary | 1010110 | 101111 | 110010 | 0 | 101101 | 101010 | 1000010 | 101100011 | 11101 | 11010 |
Color Harmonies of #562F32
Complementary color
Monochromatic Colors of #562F32
Black with #562F32
Text Example
Text Example
White with #562F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F32; }
p { color: rgb(86,47,50); }
H1.HeaderClassName
{
color: #562F32;
}
.AnyTagClassName
{
color: #562F32;
}
</style>
background-color css
<style>
a { background-color: #562F32; }
a { background-color: rgb(86,47,50); }
div.DivClassName
{
background-color: #562F32;
}
.BgClassName
{
background-color: #562F32;
}
</style>
border-color css
<style>
span { border-color: #562F32; }
span { border-color: rgb(86,47,50); }
td.TdClassName
{
border-color: #562F32;
}
.TagClassName
{
border-color: #562F32;
}
</style>