#65493A

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

Shades of Jambalaya #65493A

Tints of Jambalaya #65493A

Color information

#65493A (or 0x65493A) is unknown color: approx Jambalaya. HEX triplet: 65, 49 and 3A. RGB value is (101,73,58). Sum of RGB (Red+Green+Blue) = 101+73+58=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #65493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65493A is #9AB6C5. Grayscale: #4F4F4F. Windows color (decimal): -10139334 or 3819877. OLE color: 3819877.

HSL color Cylindrical-coordinate representation of color #65493A: hue angle of 20.93º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65493A is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB1017358-
CMYK00.280.430.60
HSL20.93º27.04%31.18%-
HSV(B)20.93º42.57%39.61%-
XYZ8.517.845.07-
YUV79.66115.78143.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.53%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 58 (23.05% from 255) = 25%
R=43.53%
G=31.47%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101735800.280.430.6020.9327.0431.18
Hex65493A01C2B3C151b1f
Octal145111720345374253337
Binary11001011001001111010011100101011111100101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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