#63493A

Color #63493A Jambalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jambalaya #63493A

Tints of Jambalaya #63493A

Color information

#63493A (or 0x63493A) is unknown color: approx Jambalaya. HEX triplet: 63, 49 and 3A. RGB value is (99,73,58). Sum of RGB (Red+Green+Blue) = 99+73+58=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63493A is #9CB6C5. Grayscale: #4F4F4F. Windows color (decimal): -10270406 or 3819875. OLE color: 3819875.

HSL color Cylindrical-coordinate representation of color #63493A: hue angle of 21.95º 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 #63493A is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB997358-
CMYK00.260.410.61
HSL21.95º26.11%30.78%-
HSV(B)21.95º41.41%38.82%-
XYZ8.297.725.06-
YUV79.06116.11142.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=43.04%
G=31.74%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99735800.260.410.6121.9526.1130.78
Hex63493A01A293D161a1f
Octal143111720325175263237
Binary11000111001001111010011010101001111101101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63493A; }

 p { color: rgb(99,73,58); }

 H1.HeaderClassName
 {
   color: #63493A;
 }
 .AnyTagClassName
 {
   color: #63493A;
 }
</style>
background-color css

<style>
 a { background-color: #63493A; }

 a { background-color: rgb(99,73,58); }

 div.DivClassName
 {
   background-color: #63493A;
 }
 .BgClassName
 {
   background-color: #63493A;
 }
</style>
border-color css

<style>
 span { border-color: #63493A; }

 span { border-color: rgb(99,73,58); }

 td.TdClassName
 {
   border-color: #63493A;
 }
 .TagClassName
 {
   border-color: #63493A;
 }
</style>