Shades of Jazz #5E2C2E
Tints of Jazz #5E2C2E
RGB
CMYK
RGB Variations
Color information
#5E2C2E (or 0x5E2C2E) is known color: Jazz. HEX triplet: 5E, 2C and 2E. RGB value is (94,44,46). Sum of RGB (Red+Green+Blue) = 94+44+46=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2C2E is #A1D3D1. Grayscale: #3B3B3B. Windows color (decimal): -10605522 or 3026014. OLE color: 3026014.
HSL color Cylindrical-coordinate representation of color #5E2C2E: hue angle of 357.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E2C2E is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 44 | 46 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.63 |
| HSL | 357.6º | 0.36% | 0.27% | - |
| HSV(B) | 357.6º | 0.53% | 0.37% | - |
| XYZ | 6.01 | 4.38 | 3.11 | - |
| YUV | 59.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 46 | 0 | 0.53 | 0.51 | 0.63 | 357.6 | 0.36 | 0.27 |
| Hex | 5E | 2C | 2E | 0 | 35 | 33 | 3F | 166 | 24 | 1B |
| Octal | 136 | 54 | 56 | 0 | 65 | 63 | 77 | 546 | 44 | 33 |
| Binary | 1011110 | 101100 | 101110 | 0 | 110101 | 110011 | 111111 | 101100110 | 100100 | 11011 |
Color Harmonies of #5E2C2E
Complementary color
Monochromatic Colors of #5E2C2E
Black with #5E2C2E
Text Example
Text Example
White with #5E2C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2C2E; }
p { color: rgb(94,44,46); }
H1.HeaderClassName
{
color: #5E2C2E;
}
.AnyTagClassName
{
color: #5E2C2E;
}
</style>
background-color css
<style>
a { background-color: #5E2C2E; }
a { background-color: rgb(94,44,46); }
div.DivClassName
{
background-color: #5E2C2E;
}
.BgClassName
{
background-color: #5E2C2E;
}
</style>
border-color css
<style>
span { border-color: #5E2C2E; }
span { border-color: rgb(94,44,46); }
td.TdClassName
{
border-color: #5E2C2E;
}
.TagClassName
{
border-color: #5E2C2E;
}
</style>