#61493B

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

Shades of Jambalaya #61493B

Tints of Jambalaya #61493B

Color information

#61493B (or 0x61493B) is unknown color: approx Jambalaya. HEX triplet: 61, 49 and 3B. RGB value is (97,73,59). Sum of RGB (Red+Green+Blue) = 97+73+59=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #61493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61493B is #9EB6C4. Grayscale: #4E4E4E. Windows color (decimal): -10401477 or 3885409. OLE color: 3885409.

HSL color Cylindrical-coordinate representation of color #61493B: hue angle of 22.11º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61493B is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB977359-
CMYK00.250.390.62
HSL22.11º24.36%30.59%-
HSV(B)22.11º39.18%38.04%-
XYZ8.17.625.18-
YUV78.58116.95141.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 59 (23.44% from 255) = 25.76%
R=42.36%
G=31.88%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97735900.250.390.6222.1124.3630.59
Hex61493B019273E16181f
Octal141111730314776263037
Binary11000011001001111011011001100111111110101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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