#63493C

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

Shades of Jambalaya #63493C

Tints of Jambalaya #63493C

Color information

#63493C (or 0x63493C) is unknown color: approx Jambalaya. HEX triplet: 63, 49 and 3C. RGB value is (99,73,60). Sum of RGB (Red+Green+Blue) = 99+73+60=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #63493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63493C is #9CB6C3. Grayscale: #4F4F4F. Windows color (decimal): -10270404 or 3950947. OLE color: 3950947.

HSL color Cylindrical-coordinate representation of color #63493C: hue angle of 20º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63493C is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB997360-
CMYK00.260.390.61
HSL20º24.53%31.18%-
HSV(B)20º39.39%38.82%-
XYZ8.347.745.33-
YUV79.29117.11142.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=42.67%
G=31.47%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99736000.260.390.612024.5331.18
Hex63493C01A273D14191f
Octal143111740324775243137
Binary11000111001001111100011010100111111101101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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