Shades of Jambalaya #62493A
Tints of Jambalaya #62493A
RGB
CMYK
RGB Variations
Color information
#62493A (or 0x62493A) is known color: Jambalaya. HEX triplet: 62, 49 and 3A. RGB value is (98,73,58). Sum of RGB (Red+Green+Blue) = 98+73+58=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #62493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62493A is #9DB6C5. Grayscale: #4E4E4E. Windows color (decimal): -10335942 or 3819874. OLE color: 3819874.
HSL color Cylindrical-coordinate representation of color #62493A: hue angle of 22.5º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62493A is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 73 | 58 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.62 |
| HSL | 22.5º | 0.26% | 0.31% | - |
| HSV(B) | 22.5º | 0.41% | 0.38% | - |
| XYZ | 8.18 | 7.67 | 5.05 | - |
| YUV | 78.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 58 | 0 | 0.26 | 0.41 | 0.62 | 22.5 | 0.26 | 0.31 |
| Hex | 62 | 49 | 3A | 0 | 1A | 29 | 3E | 16 | 1A | 1F |
| Octal | 142 | 111 | 72 | 0 | 32 | 51 | 76 | 26 | 32 | 37 |
| Binary | 1100010 | 1001001 | 111010 | 0 | 11010 | 101001 | 111110 | 10110 | 11010 | 11111 |
Color Harmonies of #62493A
Complementary color
Monochromatic Colors of #62493A
Black with #62493A
Text Example
Text Example
White with #62493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62493A; }
p { color: rgb(98,73,58); }
H1.HeaderClassName
{
color: #62493A;
}
.AnyTagClassName
{
color: #62493A;
}
</style>
background-color css
<style>
a { background-color: #62493A; }
a { background-color: rgb(98,73,58); }
div.DivClassName
{
background-color: #62493A;
}
.BgClassName
{
background-color: #62493A;
}
</style>
border-color css
<style>
span { border-color: #62493A; }
span { border-color: rgb(98,73,58); }
td.TdClassName
{
border-color: #62493A;
}
.TagClassName
{
border-color: #62493A;
}
</style>