#63483B

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

Shades of Jambalaya #63483B

Tints of Jambalaya #63483B

Color information

#63483B (or 0x63483B) is unknown color: approx Jambalaya. HEX triplet: 63, 48 and 3B. RGB value is (99,72,59). Sum of RGB (Red+Green+Blue) = 99+72+59=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63483B is #9CB7C4. Grayscale: #4E4E4E. Windows color (decimal): -10270661 or 3885155. OLE color: 3885155.

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

Color convert

RGB997259-
CMYK00.270.400.61
HSL19.5º25.32%30.98%-
HSV(B)19.5º40.4%38.82%-
XYZ8.257.65.17-
YUV78.59116.95142.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=43.04%
G=31.30%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99725900.270.400.6119.525.3230.98
Hex63483B01B283D14191f
Octal143110730335075243137
Binary11000111001000111011011011101000111101101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63483B; }

 p { color: rgb(99,72,59); }

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

<style>
 a { background-color: #63483B; }

 a { background-color: rgb(99,72,59); }

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

<style>
 span { border-color: #63483B; }

 span { border-color: rgb(99,72,59); }

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