#64493B

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

Shades of Jambalaya #64493B

Tints of Jambalaya #64493B

Color information

#64493B (or 0x64493B) is unknown color: approx Jambalaya. HEX triplet: 64, 49 and 3B. RGB value is (100,73,59). Sum of RGB (Red+Green+Blue) = 100+73+59=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64493B is #9BB6C4. Grayscale: #4F4F4F. Windows color (decimal): -10204869 or 3885412. OLE color: 3885412.

HSL color Cylindrical-coordinate representation of color #64493B: 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 #64493B is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB1007359-
CMYK00.270.410.61
HSL20.49º25.79%31.18%-
HSV(B)20.49º41%39.22%-
XYZ8.437.795.2-
YUV79.48116.45142.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 59 (23.44% from 255) = 25.43%
R=43.10%
G=31.47%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100735900.270.410.6120.4925.7931.18
Hex64493B01B293D141a1f
Octal144111730335175243237
Binary11001001001001111011011011101001111101101001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,73,59); }

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

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

 a { background-color: rgb(100,73,59); }

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

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

 span { border-color: rgb(100,73,59); }

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