Shades of Jazz #5C2A2F
Tints of Jazz #5C2A2F
RGB
CMYK
RGB Variations
Color information
#5C2A2F (or 0x5C2A2F) is known color: Jazz. HEX triplet: 5C, 2A and 2F. RGB value is (92,42,47). Sum of RGB (Red+Green+Blue) = 92+42+47=181 (23% of max value = 765). Red value is 92 (36.33% from 255 or 50.83% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2A2F is #A3D5D0. Grayscale: #393939. Windows color (decimal): -10737105 or 3091036. OLE color: 3091036.
HSL color Cylindrical-coordinate representation of color #5C2A2F: hue angle of 354º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C2A2F is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 42 | 47 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.64 |
| HSL | 354º | 0.37% | 0.26% | - |
| HSV(B) | 354º | 0.54% | 0.36% | - |
| XYZ | 5.75 | 4.14 | 3.18 | - |
| YUV | 57.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 47 | 0 | 0.54 | 0.49 | 0.64 | 354 | 0.37 | 0.26 |
| Hex | 5C | 2A | 2F | 0 | 36 | 31 | 40 | 162 | 25 | 1A |
| Octal | 134 | 52 | 57 | 0 | 66 | 61 | 100 | 542 | 45 | 32 |
| Binary | 1011100 | 101010 | 101111 | 0 | 110110 | 110001 | 1000000 | 101100010 | 100101 | 11010 |
Color Harmonies of #5C2A2F
Complementary color
Monochromatic Colors of #5C2A2F
Black with #5C2A2F
Text Example
Text Example
White with #5C2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2A2F; }
p { color: rgb(92,42,47); }
H1.HeaderClassName
{
color: #5C2A2F;
}
.AnyTagClassName
{
color: #5C2A2F;
}
</style>
background-color css
<style>
a { background-color: #5C2A2F; }
a { background-color: rgb(92,42,47); }
div.DivClassName
{
background-color: #5C2A2F;
}
.BgClassName
{
background-color: #5C2A2F;
}
</style>
border-color css
<style>
span { border-color: #5C2A2F; }
span { border-color: rgb(92,42,47); }
td.TdClassName
{
border-color: #5C2A2F;
}
.TagClassName
{
border-color: #5C2A2F;
}
</style>