Shades of Jambalaya #63483A
Tints of Jambalaya #63483A
RGB
CMYK
RGB Variations
Color information
#63483A (or 0x63483A) is known color: Jambalaya. HEX triplet: 63, 48 and 3A. RGB value is (99,72,58). Sum of RGB (Red+Green+Blue) = 99+72+58=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #63483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63483A is #9CB7C5. Grayscale: #4E4E4E. Windows color (decimal): -10270662 or 3819619. OLE color: 3819619.
HSL color Cylindrical-coordinate representation of color #63483A: hue angle of 20.49º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63483A is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 72 | 58 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.61 |
| HSL | 20.49º | 0.26% | 0.31% | - |
| HSV(B) | 20.49º | 0.41% | 0.39% | - |
| XYZ | 8.23 | 7.59 | 5.03 | - |
| YUV | 78.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 58 | 0 | 0.27 | 0.41 | 0.61 | 20.49 | 0.26 | 0.31 |
| Hex | 63 | 48 | 3A | 0 | 1B | 29 | 3D | 14 | 1A | 1F |
| Octal | 143 | 110 | 72 | 0 | 33 | 51 | 75 | 24 | 32 | 37 |
| Binary | 1100011 | 1001000 | 111010 | 0 | 11011 | 101001 | 111101 | 10100 | 11010 | 11111 |
Color Harmonies of #63483A
Complementary color
Monochromatic Colors of #63483A
Black with #63483A
Text Example
Text Example
White with #63483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63483A; }
p { color: rgb(99,72,58); }
H1.HeaderClassName
{
color: #63483A;
}
.AnyTagClassName
{
color: #63483A;
}
</style>
background-color css
<style>
a { background-color: #63483A; }
a { background-color: rgb(99,72,58); }
div.DivClassName
{
background-color: #63483A;
}
.BgClassName
{
background-color: #63483A;
}
</style>
border-color css
<style>
span { border-color: #63483A; }
span { border-color: rgb(99,72,58); }
td.TdClassName
{
border-color: #63483A;
}
.TagClassName
{
border-color: #63483A;
}
</style>