#63473B

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

Shades of Jambalaya #63473B

Tints of Jambalaya #63473B

Color information

#63473B (or 0x63473B) is unknown color: approx Jambalaya. HEX triplet: 63, 47 and 3B. RGB value is (99,71,59). Sum of RGB (Red+Green+Blue) = 99+71+59=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #63473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63473B is #9CB8C4. Grayscale: #4E4E4E. Windows color (decimal): -10270917 or 3884899. OLE color: 3884899.

HSL color Cylindrical-coordinate representation of color #63473B: hue angle of 18º 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 #63473B is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB997159-
CMYK00.280.400.61
HSL18º25.32%30.98%-
HSV(B)18º40.4%38.82%-
XYZ8.197.475.15-
YUV78117.28142.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.23%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 59 (23.44% from 255) = 25.76%
R=43.23%
G=31.00%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99715900.280.400.611825.3230.98
Hex63473B01C283D12191f
Octal143107730345075223137
Binary11000111000111111011011100101000111101100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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