#61473B

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

Shades of Jambalaya #61473B

Tints of Jambalaya #61473B

Color information

#61473B (or 0x61473B) is unknown color: approx Jambalaya. HEX triplet: 61, 47 and 3B. RGB value is (97,71,59). Sum of RGB (Red+Green+Blue) = 97+71+59=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61473B is #9EB8C4. Grayscale: #4D4D4D. Windows color (decimal): -10401989 or 3884897. OLE color: 3884897.

HSL color Cylindrical-coordinate representation of color #61473B: hue angle of 18.95º 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 #61473B is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB977159-
CMYK00.270.390.62
HSL18.95º24.36%30.59%-
HSV(B)18.95º39.18%38.04%-
XYZ7.977.365.14-
YUV77.41117.61141.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=42.73%
G=31.28%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97715900.270.390.6218.9524.3630.59
Hex61473B01B273E13181f
Octal141107730334776233037
Binary11000011000111111011011011100111111110100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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